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

README.md

docker.go contains Docker's main function.

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