Vincent Demeester 9ff9a91ab7 Remove `cli/flags` package 8 年之前
..
hack 437e81cd69 review code about cmd/* and fix some easy typos :D 8 年之前
README.md 00dcbd0693 Fix readme doc for dockerd 8 年之前
config.go e428c824c3 Expose trust key path in config 8 年之前
config_common_unix.go 261ef1fa27 Deprecate --graph flag; Replace with --data-root 8 年之前
config_experimental.go db63f9370e Extract daemon configuration and discovery to their own package 8 年之前
config_solaris.go db63f9370e Extract daemon configuration and discovery to their own package 8 年之前
config_unix.go ba332a60b2 Add no-new-privileg flag 8 年之前
config_unix_test.go 6052f2b396 Remove pkg/testutil/assert in favor of testify 8 年之前
config_windows.go 261ef1fa27 Deprecate --graph flag; Replace with --data-root 8 年之前
daemon.go 9ff9a91ab7 Remove `cli/flags` package 8 年之前
daemon_freebsd.go e128a65685 Windows: Wait for OOBE to prevent crashing during host update 8 年之前
daemon_linux.go e128a65685 Windows: Wait for OOBE to prevent crashing during host update 8 年之前
daemon_solaris.go e128a65685 Windows: Wait for OOBE to prevent crashing during host update 8 年之前
daemon_test.go 9ff9a91ab7 Remove `cli/flags` package 8 年之前
daemon_unix.go e428c824c3 Expose trust key path in config 8 年之前
daemon_unix_test.go 9ff9a91ab7 Remove `cli/flags` package 8 年之前
daemon_windows.go e128a65685 Windows: Wait for OOBE to prevent crashing during host update 8 年之前
docker.go 9ff9a91ab7 Remove `cli/flags` package 8 年之前
docker_windows.go fa82c0aa10 Windows: work around Go 1.6.2/Nano Server TP5 issue 9 年之前
metrics.go 3343d234f3 Add basic prometheus support 8 年之前
options.go 9ff9a91ab7 Remove `cli/flags` package 8 年之前
options_test.go 9ff9a91ab7 Remove `cli/flags` package 8 年之前
service_unsupported.go a8e144dab4 Windows: no pidfile when service 8 年之前
service_windows.go 141a83b820 Windows - fix panic and stderr 8 年之前

README.md

docker.go contains Docker daemon's main function.

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