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

..25-Jun-2018-

LICENSEH A D25-Jun-20181 KiB2117

README.mdH A D25-Jun-20181.8 KiB3424

activatelayer.goH A D25-Jun-2018842 2919

baselayer.goH A D25-Jun-20183.5 KiB172143

callback.goH A D25-Jun-20182.6 KiB8060

cgo.goH A D25-Jun-2018268 82

container.goH A D25-Jun-201824.9 KiB801591

createlayer.goH A D25-Jun-2018757 2819

createsandboxlayer.goH A D25-Jun-20181.1 KiB3623

deactivatelayer.goH A D25-Jun-2018663 2719

destroylayer.goH A D25-Jun-2018718 2819

errors.goH A D25-Jun-20188.6 KiB262162

expandsandboxsize.goH A D25-Jun-2018694 2719

exportlayer.goH A D25-Jun-20184.4 KiB157118

getlayermountpath.goH A D25-Jun-20181.5 KiB5638

getsharedbaseimages.goH A D25-Jun-2018661 2316

guid.goH A D25-Jun-2018356 2015

hcsshim.goH A D25-Jun-20188.4 KiB16782

hnsendpoint.goH A D25-Jun-20189.9 KiB324250

hnsfuncs.goH A D25-Jun-2018871 4131

hnsnetwork.goH A D25-Jun-20184.2 KiB142108

hnspolicy.goH A D25-Jun-20182 KiB9577

hnspolicylist.goH A D25-Jun-20185.8 KiB201148

importlayer.goH A D25-Jun-20186.5 KiB223167

interface.goH A D25-Jun-20189.3 KiB189153

layerexists.goH A D25-Jun-2018786 3120

layerutils.goH A D25-Jun-20182.2 KiB11252

legacy.goH A D25-Jun-201819.5 KiB828693

legacy18.goH A D25-Jun-2018202 82

legacy19.goH A D25-Jun-2018202 82

nametoguid.goH A D25-Jun-2018499 2113

preparelayer.goH A D25-Jun-20181.4 KiB4729

process.goH A D25-Jun-20189.7 KiB385289

processimage.goH A D25-Jun-2018687 2416

safeopen.goH A D25-Jun-201812 KiB428338

unpreparelayer.goH A D25-Jun-2018719 2819

utils.goH A D25-Jun-2018612 3428

version.goH A D25-Jun-2018186 84

waithelper.goH A D25-Jun-20181.7 KiB6451

zhcsshim.goH A D25-Jun-201835.9 KiB1,081972

README.md

1# hcsshim
2
3This package supports launching Windows Server containers from Go. It is
4primarily used in the [Docker Engine](https://github.com/docker/docker) project,
5but it can be freely used by other projects as well.
6
7
8## Contributing
9---------------
10This project welcomes contributions and suggestions.  Most contributions require you to agree to a
11Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
12the rights to use your contribution. For details, visit https://cla.microsoft.com.
13
14When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
15a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
16provided by the bot. You will only need to do this once across all repos using our CLA.
17
18This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
19For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
20contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
21
22
23## Reporting Security Issues
24
25Security issues and bugs should be reported privately, via email, to the Microsoft Security
26Response Center (MSRC) at [secure@microsoft.com](mailto:secure@microsoft.com). You should
27receive a response within 24 hours. If for some reason you do not, please follow up via
28email to ensure we received your original message. Further information, including the
29[MSRC PGP](https://technet.microsoft.com/en-us/security/dn606155) key, can be found in
30the [Security TechCenter](https://technet.microsoft.com/en-us/security/default).
31
32-------------------------------------------
33Copyright (c) 2018 Microsoft Corp.  All rights reserved.
34