Yong Tang b075cd2d78 Merge pull request #34495 from ripcurld0/registry_mirror_json 7 years ago
..
hack 437e81cd69 review code about cmd/* and fix some easy typos :D 8 years ago
README.md 00dcbd0693 Fix readme doc for dockerd 8 years ago
config.go 73ec0ff86b Remove command line flag install from registry package. 7 years ago
config_common_unix.go 261ef1fa27 Deprecate --graph flag; Replace with --data-root 8 years ago
config_experimental.go db63f9370e Extract daemon configuration and discovery to their own package 8 years ago
config_solaris.go 372670b507 Add goimports to linters. 8 years ago
config_unix.go 7d4eab5543 Remove deprecated --enable-api-cors flag 7 years ago
config_unix_test.go 6052f2b396 Remove pkg/testutil/assert in favor of testify 8 years ago
config_windows.go 261ef1fa27 Deprecate --graph flag; Replace with --data-root 8 years ago
daemon.go b075cd2d78 Merge pull request #34495 from ripcurld0/registry_mirror_json 7 years ago
daemon_freebsd.go e128a65685 Windows: Wait for OOBE to prevent crashing during host update 8 years ago
daemon_linux.go e128a65685 Windows: Wait for OOBE to prevent crashing during host update 8 years ago
daemon_solaris.go 62c1f0ef41 Add deadcode linter 8 years ago
daemon_test.go e62b2d410c Move ErrorContains to an internal package. 7 years ago
daemon_unix.go 069fdc8a08 [project] change syscall to /x/sys/unix|windows 8 years ago
daemon_unix_test.go 60672382c7 Update tests to use gotestyourself/fs 8 years ago
daemon_windows.go 2cea2f5469 Merge pull request #34583 from tklauser/win-event-functions 7 years ago
docker.go 1009e6a40b Update logrus to v1.0.1 8 years ago
docker_windows.go fa82c0aa10 Windows: work around Go 1.6.2/Nano Server TP5 issue 9 years ago
metrics.go 1009e6a40b Update logrus to v1.0.1 8 years ago
options.go 1009e6a40b Update logrus to v1.0.1 8 years ago
options_test.go 9ff9a91ab7 Remove `cli/flags` package 8 years ago
service_unsupported.go a8e144dab4 Windows: no pidfile when service 8 years ago
service_windows.go 1009e6a40b Update logrus to v1.0.1 8 years ago

README.md

docker.go contains Docker daemon's main function.

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