1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/github.com/Microsoft/hcsshim
Vikram bir Singh a7b6c3f0bf Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a
Among other things, this is required to pull in
microsoft/hcsshim#718

Also fixes microsoft/hcsshim#737
which was caught by checks while attempting to bump
up hcsshim version.

Signed-off-by: Vikram bir Singh <vikrambir.singh@docker.com>
2019-11-25 09:58:10 -08:00
..
cmd/containerd-shim-runhcs-v1/options Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
ext4 Windows:Bump HCSShim to v0.8.3 2018-12-03 14:08:26 -08:00
internal Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
osversion Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
container.go Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
errors.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
go.mod Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
hcsshim.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
hnsendpoint.go Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
hnsglobals.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
hnsnetwork.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
hnspolicy.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
hnspolicylist.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
hnssupport.go vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
interface.go Add --device support for Windows 2018-11-21 15:31:17 -08:00
layer.go Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
LICENSE Revendor Microsoft\hcsshim @ v0.5.17 2017-05-09 11:44:14 -07:00
process.go Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a 2019-11-25 09:58:10 -08:00
README.md vendor buildkit to fix a couple of bugs 2018-09-04 15:17:40 +00:00
zsyscall_windows.go Vendor Microsoft/hcsshim @ v0.8.6 2019-02-05 09:52:31 -08:00

hcsshim

Build status

This package contains the Golang interface for using the Windows Host Compute Service (HCS) to launch and manage Windows Containers. It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS).

It is primarily used in the Moby Project, but it can be freely used by other projects as well.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Dependencies

This project requires Golang 1.9 or newer to build.

For system requirements to run this project, see the Microsoft docs on Windows Container requirements.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

For additional details, see Report a Computer Security Vulnerability on Technet


Copyright (c) 2018 Microsoft Corp. All rights reserved.