1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cmd/dockerd
Sebastiaan van Stijn 61e5cf083a
Merge pull request #43971 from thaJeztah/daemon_fix_hosts_validation_step1c3
daemon: use initialized config struct in more tests
2022-08-18 21:30:07 +02:00
..
trap gofmt GoDoc comments with go1.19 2022-07-08 19:56:23 +02:00
config.go daemon: complete the "--graph" / "-g" deprecation 2022-08-18 14:57:16 +02:00
config_unix.go daemon/config: New(): initialize config with platform-specific defaults 2022-08-17 08:54:32 +02:00
config_unix_test.go daemon/config: New(): initialize config with platform-specific defaults 2022-08-17 08:54:32 +02:00
config_windows.go daemon/config: New(): initialize config with platform-specific defaults 2022-08-17 08:54:32 +02:00
daemon.go daemon: complete the "--graph" / "-g" deprecation 2022-08-18 14:57:16 +02:00
daemon_freebsd.go
daemon_linux.go
daemon_test.go cmd/dockerd: use initialized config in tests 2022-08-17 14:07:03 +02:00
daemon_unix.go cmd/dockerd: initContainerd() use early return 2022-08-11 14:11:10 +02:00
daemon_unix_test.go
daemon_windows.go Merge pull request #43942 from thaJeztah/rundaemon_windows_nit 2022-08-11 08:30:44 -07:00
docker.go daemon/config: New(): initialize config with platform-specific defaults 2022-08-17 08:54:32 +02:00
docker_unix.go
docker_windows.go cmd/dockerd: fix some minor issues in Windows implementation 2022-08-09 22:50:41 +02:00
genwinres_windows.go
metrics.go
options.go
options_test.go
README.md
service_unsupported.go
service_windows.go

docker.go contains Docker daemon's main function.

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