Docker - the open-source application container engine
Перейти к файлу
Taylor Brown 85716f9560
Merge pull request #8 from iankingori/ik/archive
update readme to indicate archived status and redirect to the moby repo
2024-09-16 09:09:04 -07:00
.github Improve github templates 2016-03-10 18:42:44 -05:00
api Merge pull request #21959 from coolljt0725/fix_21957 2016-04-13 00:31:27 -04:00
builder Move build endpoint handler from daemon (#21972) 2016-04-13 10:21:00 -07:00
cli fix typos 2016-03-26 22:06:45 +08:00
cliconfig Fix misspellings 2016-03-28 16:21:02 +03:00
container Fix ShouldRestart for on-failure handle 2016-04-10 15:44:47 +08:00
contrib Bump Go version to 1.5.4/1.6.1 (security fix) (#21978) 2016-04-13 11:22:48 -07:00
daemon Move build endpoint handler from daemon (#21972) 2016-04-13 10:21:00 -07:00
distribution Vendor distribution to correct config blob media type in schema2 manifest 2016-04-11 17:29:17 -07:00
docker Move build endpoint handler from daemon (#21972) 2016-04-13 10:21:00 -07:00
dockerversion Pass upstream client's user agent through to registry on operations beyond pulls 2016-03-21 14:31:47 -07:00
docs Merge pull request #19265 from rhatdan/netsysctl 2016-04-13 18:36:30 +02:00
errors Remove static errors from errors package. 2016-02-26 15:49:09 -05:00
experimental Graphdriver docs (#22003) 2016-04-13 10:11:39 -07:00
hack Merge pull request #21949 from aaronlehmann/vendor-distribution-1622 2016-04-12 21:23:22 -04:00
image Fix docker load progressbar, fixes #21957 2016-04-12 22:45:42 -04:00
integration-cli Merge pull request #21953 from Microsoft/jjh/containerapipostcontainerstop 2016-04-13 13:28:59 -04:00
layer Adding readOnly parameter to graphdriver Create method 2016-04-06 13:52:53 -07:00
libcontainerd Windows: Timeout TestContainerApiPostContainerStop 2016-04-12 18:21:54 -07:00
man Merge pull request #19265 from rhatdan/netsysctl 2016-04-13 18:36:30 +02:00
migrate/v1 Skip migration unit test on non amd64 platform 2016-04-06 10:10:58 -07:00
oci oci: default devices don't need to be listed explicitly 2016-04-11 05:58:49 +00:00
opts Add support for setting sysctls 2016-04-12 13:37:31 -04:00
pkg Merge pull request #21897 from calavera/remove_authorization_refs_from_api 2016-04-12 14:08:36 -07:00
profiles Merge pull request #21176 from cyphar/fix-apparmor-profile-execpath 2016-03-23 10:02:34 -07:00
project move hardware signing out of experimental, remove dependencies to yubico-piv-tool 2016-03-28 14:33:06 -07:00
reference Fix docker run for 64 byte hex ID 2016-03-11 10:02:47 -08:00
registry Merge pull request #21607 from allencloud/change-validateNoSchema-to-validateNoScheme 2016-03-31 10:14:23 +02:00
restartmanager Fix ShouldRestart for on-failure handle 2016-04-10 15:44:47 +08:00
runconfig Add support for setting sysctls 2016-04-12 13:37:31 -04:00
utils Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
vendor/src Merge pull request #21949 from aaronlehmann/vendor-distribution-1622 2016-04-12 21:23:22 -04:00
volume Windows: Remove TP4 support from test code 2016-04-11 15:36:31 -07:00
.dockerignore Add vendor/pkg to .dockerignore 2015-12-04 17:03:24 -08:00
.gitignore re-add .bashrc to .gitignore 2016-03-24 18:43:41 +01:00
.mailmap Update AUTHORS 2016-03-26 23:46:20 -07:00
AUTHORS Update AUTHORS 2016-03-26 23:46:20 -07:00
CHANGELOG.md Update CHANGELOG with reverts 2016-03-15 14:02:49 -04:00
CONTRIBUTING.md add google group subscribtion method using only emails 2016-02-28 15:31:15 +01:00
Dockerfile Bump Go version to 1.5.4/1.6.1 (security fix) (#21978) 2016-04-13 11:22:48 -07:00
Dockerfile.aarch64 Bump Go version to 1.5.4/1.6.1 (security fix) (#21978) 2016-04-13 11:22:48 -07:00
Dockerfile.armhf Bump Go version to 1.5.4/1.6.1 (security fix) (#21978) 2016-04-13 11:22:48 -07:00
Dockerfile.gccgo vendor runc to fix issue#21808 2016-04-12 15:35:43 -04:00
Dockerfile.ppc64le Bump Go version to 1.5.4/1.6.1 (security fix) (#21978) 2016-04-13 11:22:48 -07:00
Dockerfile.s390x vendor runc to fix issue#21808 2016-04-12 15:35:43 -04:00
Dockerfile.simple vendor runc to fix issue#21808 2016-04-12 15:35:43 -04:00
Dockerfile.windows Windows: Dockerfile for TP5 2016-04-05 19:08:20 -07:00
LICENSE Update LICENSE date 2015-12-31 13:07:35 +00:00
MAINTAINERS change email 2016-03-18 13:17:28 -07:00
Makefile Fixing a typo in Makefile 2016-04-07 16:10:09 +02:00
NOTICE Update LICENSE date 2015-12-31 13:07:35 +00:00
README.md update readme to indicate archived status and redirect to the moby repo 2024-09-16 18:03:28 +03:00
ROADMAP.md Update ROADMAP.md 2016-02-18 09:39:25 -08:00
SECURITY.md Microsoft mandatory file 2022-08-31 15:23:11 +00:00
VENDORING.md Create standard vendor policies. 2016-01-07 15:32:10 -08:00
VERSION Revert VERSION bump to 1.11.0-dev 2016-03-23 14:27:33 -04:00

README.md

Archived fork of https://github.com/moby/moby

This fork is no longer maintained.

Contributing

Pull requests are no longer accepted in this repo.

Contributions can be made to the moby repo: https://github.com/moby/moby.

To get started, checkout the contribution guidleines here: https://github.com/moby/moby/blob/master/docs/contributing/README.md

Issues

Found a bug or have a feature request? File it here: https://github.com/moby/moby/issues/new/choose