• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-Dec-2019-

cmd/containerd-shim-runhcs-v1/options/H03-Dec-2019-1,2101,135

ext4/H03-Dec-2019-1,9281,685

internal/H03-Dec-2019-9,4326,519

pkg/go-runhcs/H03-Dec-2019-828653

LICENSEH A D03-Dec-20191 KiB2117

README.mdH A D03-Dec-20192.7 KiB4227

container.goH A D03-Dec-20197.6 KiB224149

errors.goH A D03-Dec-20198.5 KiB258158

go.modH A D03-Dec-20191.8 KiB3633

hcsshim.goH A D03-Dec-2019716 2913

hnsendpoint.goH A D03-Dec-20193.1 KiB10572

hnsglobals.goH A D03-Dec-2019261 1712

hnsnetwork.goH A D03-Dec-20191.1 KiB3719

hnspolicy.goH A D03-Dec-20191.1 KiB5839

hnspolicylist.goH A D03-Dec-20191.8 KiB4826

hnssupport.goH A D03-Dec-2019264 149

interface.goH A D03-Dec-20193.7 KiB11543

layer.goH A D03-Dec-20193.6 KiB10788

process.goH A D03-Dec-20192.8 KiB9970

zsyscall_windows.goH A D03-Dec-20191.1 KiB5536

README.md

1# hcsshim
2
3[![Build status](https://ci.appveyor.com/api/projects/status/nbcw28mnkqml0loa/branch/master?svg=true)](https://ci.appveyor.com/project/WindowsVirtualization/hcsshim/branch/master)
4
5This package contains the Golang interface for using the Windows [Host Compute Service](https://blogs.technet.microsoft.com/virtualization/2017/01/27/introducing-the-host-compute-service-hcs/) (HCS) to launch and manage [Windows Containers](https://docs.microsoft.com/en-us/virtualization/windowscontainers/about/). It also contains other helpers and functions for managing Windows Containers such as the Golang interface for the Host Network Service (HNS).
6
7It is primarily used in the [Moby Project](https://github.com/moby/moby), but it can be freely used by other projects as well.
8
9## Contributing
10
11This project welcomes contributions and suggestions.  Most contributions require you to agree to a
12Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
13the rights to use your contribution. For details, visit https://cla.microsoft.com.
14
15When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
16a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
17provided by the bot. You will only need to do this once across all repos using our CLA.
18
19This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
20For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
21contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
22
23## Dependencies
24
25This project requires Golang 1.9 or newer to build.
26
27For system requirements to run this project, see the Microsoft docs on [Windows Container requirements](https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/system-requirements).
28
29## Reporting Security Issues
30
31Security issues and bugs should be reported privately, via email, to the Microsoft Security
32Response Center (MSRC) at [secure@microsoft.com](mailto:secure@microsoft.com). You should
33receive a response within 24 hours. If for some reason you do not, please follow up via
34email to ensure we received your original message. Further information, including the
35[MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in
36the [Security TechCenter](https://technet.microsoft.com/en-us/security/default).
37
38For additional details, see [Report a Computer Security Vulnerability](https://technet.microsoft.com/en-us/security/ff852094.aspx) on Technet
39
40---------------
41Copyright (c) 2018 Microsoft Corp.  All rights reserved.
42