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

README.md

docker.go contains Docker daemon's main function.

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