moby--moby/cmd/dockerd
Sebastiaan van Stijn 14da1bfe40
cmd/dockerd: adjust error message for pidfile changes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-11-04 01:50:26 +01:00
..
trap cmd/dockerd: fix empty-lines (revive) 2022-09-28 01:58:52 +02:00
README.md
config.go Fix the max-concurrent-downloads and max-concurrent-uploads configs documentation 2022-10-26 11:10:00 +01: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 cmd/dockerd: adjust error message for pidfile changes 2022-11-04 01:50:26 +01: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
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
genwinres_windows.go
metrics.go set ReadHeaderTimeout to address G112: Potential Slowloris Attack (gosec) 2022-09-22 12:13:28 +02:00
options.go
options_test.go
service_unsupported.go
service_windows.go Merge pull request #44287 from thaJeztah/use_SetRecoveryActions 2022-10-14 18:18:47 +00:00

README.md

docker.go contains Docker daemon's main function.

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