Nishant Totla 41b27de41b Adding /distribution/{name}/json endpoint to contact registry 8 년 전
..
hack 437e81cd69 review code about cmd/* and fix some easy typos :D 8 년 전
README.md 00dcbd0693 Fix readme doc for dockerd 9 년 전
config.go 1ecaed0a99 Merge pull request #28696 from jlhawn/deprecate_graph_flag 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 41b27de41b Adding /distribution/{name}/json endpoint to contact registry 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 6052f2b396 Remove pkg/testutil/assert in favor of testify 8 년 전
daemon_unix.go 46ec4c1ae2 Windows: create daemon root with ACL 8 년 전
daemon_unix_test.go 6052f2b396 Remove pkg/testutil/assert in favor of testify 8 년 전
daemon_windows.go e128a65685 Windows: Wait for OOBE to prevent crashing during host update 8 년 전
docker.go a96de091d6 Merge pull request #32244 from Microsoft/jjh/panicfix 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 년 전
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.