buildkit/vendor/github.com/Microsoft/hcsshim
Tonis Tiigi 2d18f3a923 gomod: update to go1.17
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2021-08-16 20:00:00 -07:00
..
computestorage update to github.com/containerd/containerd v1.5.3 2021-07-13 18:56:55 -07:00
hcn update to github.com/containerd/containerd v1.5.3 2021-07-13 18:56:55 -07:00
internal update to github.com/containerd/containerd v1.5.3 2021-07-13 18:56:55 -07:00
osversion update to github.com/containerd/containerd v1.5.3 2021-07-13 18:56:55 -07:00
pkg/ociwclayer go.mod: containerd v1.5.0-rc.2 2021-04-21 03:43:35 +09:00
.gitattributes Bump stargz snapshotter to v0.4.1 2021-02-24 12:09:14 +09:00
.gitignore vendor containerd (requred for rootless overlayfs on kernel 5.11) 2021-03-10 13:51:27 +09:00
CODEOWNERS update to github.com/containerd/containerd v1.5.3 2021-07-13 18:56:55 -07:00
LICENSE update containerd (binary: v1.0.2-rc.0, library: Feb 1, 2018) 2018-02-01 18:38:32 +09:00
Protobuild.toml update to github.com/containerd/containerd v1.5.3 2021-07-13 18:56:55 -07:00
README.md go.mod: containerd v1.5.0-rc.2 2021-04-21 03:43:35 +09:00
container.go update to github.com/containerd/containerd v1.5.3 2021-07-13 18:56:55 -07:00
errors.go go.mod: containerd v1.5.0-rc.2 2021-04-21 03:43:35 +09:00
functional_tests.ps1 Migrate from vndr to go mod 2019-01-31 22:44:47 +00:00
hcsshim.go Update containerd vendor 2018-08-28 14:26:14 -07:00
hnsendpoint.go go.mod: containerd v1.5.0-rc.2 2021-04-21 03:43:35 +09:00
hnsglobals.go Update containerd vendor 2018-08-28 14:26:14 -07:00
hnsnetwork.go Update containerd vendor 2018-08-28 14:26:14 -07:00
hnspolicy.go vendor: update containerd and dependencies to current master 2020-05-14 21:01:44 +02:00
hnspolicylist.go Update containerd vendor 2018-08-28 14:26:14 -07:00
hnssupport.go Update containerd vendor 2018-08-28 14:26:14 -07:00
interface.go update to github.com/containerd/containerd v1.5.3 2021-07-13 18:56:55 -07:00
layer.go vendor: update containerd and dependencies to current master 2020-05-14 21:01:44 +02:00
process.go vendor: update containerd (and various packages) 2020-02-28 10:24:10 +09:00
zsyscall_windows.go vendor: udpate fsutil to b4281fa 2019-03-05 17:34:01 -08:00

README.md

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.

We also ask that contributors sign their commits using git commit -s or git commit --signoff to certify they either authored the work themselves or otherwise have permission to use it in this project.

Code of Conduct

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.