Aaron Lehmann 762a73bf7f Split advertised address from listen address 9 роки тому
..
hack 9d6989bbb6 fix flaky test TestImportFileWithMessage 9 роки тому
README.md 0c7eab3157 Make dockerd debuggable 9 роки тому
daemon.go 762a73bf7f Split advertised address from listen address 9 роки тому
daemon_freebsd.go 0c7eab3157 Make dockerd debuggable 9 роки тому
daemon_linux.go f37117045c plugins: experimental support for new plugin management 9 роки тому
daemon_no_plugin_support.go f37117045c plugins: experimental support for new plugin management 9 роки тому
daemon_plugin_support.go c04c127ce3 Remove use of exec-root in plugins due to socket pathname limits. 9 роки тому
daemon_solaris.go 86d8758e2b Get the Docker Engine to build clean on Solaris 9 роки тому
daemon_test.go 33c9edaf6c Cleanup the structure of the cli package. 9 роки тому
daemon_unix.go 89986cbff4 Add --oom-score-adjust to daemon 9 роки тому
daemon_unix_test.go 33c9edaf6c Cleanup the structure of the cli package. 9 роки тому
daemon_windows.go 3d6f5984f5 Ignore invalid host header between go1.6 and old docker clients 9 роки тому
docker.go 4118e0c9ee 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.