Luther Monson 5dc1ff6e0f switch to go modules hace 4 años
..
hcn 7a8088e017 Fix glide hace 5 años
internal 5dc1ff6e0f switch to go modules hace 4 años
.gitignore 5dc1ff6e0f switch to go modules hace 4 años
.gometalinter.json 5dc1ff6e0f switch to go modules hace 4 años
LICENSE 6d72802aee Prepare for Windows "host-gw" and "vxlan" support hace 6 años
README.md 5dc1ff6e0f switch to go modules hace 4 años
appveyor.yml 5dc1ff6e0f switch to go modules hace 4 años
container.go 6d72802aee Prepare for Windows "host-gw" and "vxlan" support hace 6 años
errors.go 6d72802aee Prepare for Windows "host-gw" and "vxlan" support hace 6 años
functional_tests.ps1 5dc1ff6e0f switch to go modules hace 4 años
hcsshim.go 6d72802aee Prepare for Windows "host-gw" and "vxlan" support hace 6 años
hnsendpoint.go acf4f45c6c Update hcsshim for vxlan hace 6 años
hnsglobals.go 6d72802aee Prepare for Windows "host-gw" and "vxlan" support hace 6 años
hnsnetwork.go 6d72802aee Prepare for Windows "host-gw" and "vxlan" support hace 6 años
hnspolicy.go 6d72802aee Prepare for Windows "host-gw" and "vxlan" support hace 6 años
hnspolicylist.go 6d72802aee Prepare for Windows "host-gw" and "vxlan" support hace 6 años
hnssupport.go 6d72802aee Prepare for Windows "host-gw" and "vxlan" support hace 6 años
interface.go acf4f45c6c Update hcsshim for vxlan hace 6 años
layer.go acf4f45c6c Update hcsshim for vxlan hace 6 años
process.go 6d72802aee Prepare for Windows "host-gw" and "vxlan" support hace 6 años
vendor.conf 5dc1ff6e0f switch to go modules hace 4 años
zsyscall_windows.go acf4f45c6c Update hcsshim for vxlan hace 6 años

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.

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.