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

README.md

docker.go contains Docker daemon's main function.

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