Sebastiaan van Stijn 9f2240c56f cmd/dockerd: produce error when using discovery options 3 年之前
..
trap c55a4ac779 refactor: move from io/ioutil to io and os package 3 年之前
README.md 00dcbd0693 Fix readme doc for dockerd 9 年之前
config.go 427c7cc5f8 Add http(s) proxy properties to daemon configuration 3 年之前
config_common_unix.go 7ccf750daa Allow switching Windows runtimes. 3 年之前
config_unix.go 9e7bbdb9ba Merge pull request #40084 from thaJeztah/hostconfig_const_cleanup 3 年之前
config_unix_test.go 686be57d0a Update to Go 1.17.0, and gofmt with Go 1.17 3 年之前
config_windows.go ec87479b7e allow running `dockerd` in an unprivileged user namespace (rootless mode) 6 年之前
daemon.go 9f2240c56f cmd/dockerd: produce error when using discovery options 3 年之前
daemon_freebsd.go f3d0f7054d cmd/dockerd: sd_notify STOPPING=1 when shutting down 4 年之前
daemon_linux.go f3d0f7054d cmd/dockerd: sd_notify STOPPING=1 when shutting down 4 年之前
daemon_test.go 97a5b797b6 Use designated test domains (RFC2606) in tests 4 年之前
daemon_unix.go 686be57d0a Update to Go 1.17.0, and gofmt with Go 1.17 3 年之前
daemon_unix_test.go 9f2240c56f cmd/dockerd: produce error when using discovery options 3 年之前
daemon_windows.go 1285c6d125 Windows CI: Add support for testing with containerd 4 年之前
docker.go dc0a400738 vendor: spf13/cobra v1.0.0 5 年之前
docker_unix.go 686be57d0a Update to Go 1.17.0, and gofmt with Go 1.17 3 年之前
docker_windows.go 92bf0a5046 Windows:Add ETW logging hook 6 年之前
metrics.go f337a8d21d Do not require "experimental" for metrics API 5 年之前
options.go f558056d2b Make validate flag description more generic 4 年之前
options_test.go 9f0b3f5609 bump gotest.tools v3.0.1 for compatibility with Go 1.14 5 年之前
service_unsupported.go 686be57d0a Update to Go 1.17.0, and gofmt with Go 1.17 3 年之前
service_windows.go b865204042 cmd/dockerd: create panic.log file without readonly flag 3 年之前

README.md

docker.go contains Docker daemon's main function.

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