moby--moby/libnetwork/vendor/github.com/Microsoft/hcsshim
Euan Harris 705bf07f05 vendor.conf: Update vendored components to match moby
* Update dependencies to match moby master; add new sub-dependencies
  as necessary.

* Update moby to latest

* Update gocapability

  This moves gocapability beyond the version vendored in moby;
  presumably the code which requires this particular version
  is not used in moby and is removed by vndr.   Moby will need
  to be updated as well.

Signed-off-by: Euan Harris <euan.harris@docker.com>
2018-06-21 15:16:21 +01:00
..
LICENSE Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
README.md vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
activatelayer.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
baselayer.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
callback.go
cgo.go
container.go bump docker/docker to master and unfork dependencies 2017-10-25 17:26:25 +02:00
createlayer.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
createsandboxlayer.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
deactivatelayer.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
destroylayer.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
errors.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
expandsandboxsize.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
exportlayer.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
getlayermountpath.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
getsharedbaseimages.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
guid.go
hcsshim.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
hnsendpoint.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
hnsfuncs.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
hnsnetwork.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
hnspolicy.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
hnspolicylist.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
importlayer.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
interface.go bump docker/docker to master and unfork dependencies 2017-10-25 17:26:25 +02:00
layerexists.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
layerutils.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
legacy.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
legacy18.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
legacy19.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
nametoguid.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
preparelayer.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
process.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
processimage.go
safeopen.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00
unpreparelayer.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
utils.go
version.go
waithelper.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
zhcsshim.go vendor.conf: Update vendored components to match moby 2018-06-21 15:16:21 +01:00

README.md

hcsshim

This package supports launching Windows Server containers from Go. It is primarily used in the Docker Engine 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.

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.


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