John Howard 0eb1323fba Merge pull request #24822 from swernli/skipV1push 9 年之前
..
hack 9d6989bbb6 fix flaky test TestImportFileWithMessage 9 年之前
README.md 0c7eab3157 Make dockerd debuggable 9 年之前
daemon.go 0eb1323fba Merge pull request #24822 from swernli/skipV1push 9 年之前
daemon_freebsd.go 0c7eab3157 Make dockerd debuggable 9 年之前
daemon_linux.go f37117045c plugins: experimental support for new plugin management 9 年之前
daemon_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 年之前
daemon_test.go adee28458c Fixing v2 registry restriction for non-linux platforms. 9 年之前
daemon_unix.go b945422393 Rename config LiveRestore to LiveRestoreEnabled 9 年之前
daemon_unix_test.go adee28458c Fixing v2 registry restriction for non-linux platforms. 9 年之前
daemon_windows.go 3d6f5984f5 Ignore invalid host header between go1.6 and old docker clients 9 年之前
docker.go 64a8317a5a Improve flag help consistency, and update docs 9 年之前
docker_windows.go fa82c0aa10 Windows: work around Go 1.6.2/Nano Server TP5 issue 9 年之前
routes.go f37117045c plugins: experimental support for new plugin management 9 年之前
routes_experimental.go f37117045c plugins: experimental support for new plugin management 9 年之前
service_unsupported.go 57aef3b490 Windows: Support running dockerd as a service 9 年之前
service_windows.go 4ace1811b4 Fix typo in error message 9 年之前

README.md

docker.go contains Docker's main function.

This file provides first line CLI argument parsing and environment variable setting.