podman/vendor/github.com/Microsoft/hcsshim
dependabot-preview[bot] 1f0cc866d4
Bump github.com/containers/storage from 1.19.1 to 1.19.2
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md)
- [Commits](https://github.com/containers/storage/compare/v1.19.1...v1.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-05-14 07:23:58 -04:00
..
internal Bump github.com/containers/storage from 1.19.1 to 1.19.2 2020-05-14 07:23:58 -04:00
osversion build(deps): bump github.com/containers/storage from 1.15.0 to 1.15.2 2019-12-06 10:27:06 +01:00
.gitignore migrate to go-modules 2019-06-24 13:20:59 +02:00
.gometalinter.json migrate to go-modules 2019-06-24 13:20:59 +02:00
CODEOWNERS Bump github.com/containers/storage from 1.19.1 to 1.19.2 2020-05-14 07:23:58 -04:00
LICENSE Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
Protobuild.toml Bump to Buildah v1.11.5 2019-11-13 10:57:19 -05:00
README.md Bump github.com/containers/storage from 1.19.1 to 1.19.2 2020-05-14 07:23:58 -04:00
appveyor.yml Bump github.com/containers/storage from 1.19.1 to 1.19.2 2020-05-14 07:23:58 -04:00
container.go build(deps): bump github.com/containers/storage from 1.15.0 to 1.15.2 2019-12-06 10:27:06 +01:00
errors.go vendor: update everything 2019-01-11 13:38:11 +01:00
functional_tests.ps1 migrate to go-modules 2019-06-24 13:20:59 +02:00
go.mod Bump github.com/containers/storage from 1.19.1 to 1.19.2 2020-05-14 07:23:58 -04:00
go.sum Bump github.com/containers/storage from 1.19.1 to 1.19.2 2020-05-14 07:23:58 -04:00
hcsshim.go vendor: update everything 2019-01-11 13:38:11 +01:00
hnsendpoint.go Bump to Buildah v1.11.5 2019-11-13 10:57:19 -05:00
hnsglobals.go vendor: update everything 2019-01-11 13:38:11 +01:00
hnsnetwork.go vendor: update everything 2019-01-11 13:38:11 +01:00
hnspolicy.go Bump github.com/containers/storage from 1.19.1 to 1.19.2 2020-05-14 07:23:58 -04:00
hnspolicylist.go vendor: update everything 2019-01-11 13:38:11 +01:00
hnssupport.go vendor: update everything 2019-01-11 13:38:11 +01:00
interface.go vendor: update everything 2019-01-11 13:38:11 +01:00
layer.go Bump github.com/containers/storage from 1.19.1 to 1.19.2 2020-05-14 07:23:58 -04:00
process.go Bump to Buildah v1.11.5 2019-11-13 10:57:19 -05:00
zsyscall_windows.go update dependencies 2019-06-24 21:29:31 +02: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.