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

README.md

docker.go contains Docker's main function.

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