moby--moby/cmd/dockerd
Tianon Gravi 3a7fda78a2
Merge pull request #43942 from thaJeztah/rundaemon_windows_nit
cmd/dockerd: fix some minor issues in Windows implementation
2022-08-11 08:30:44 -07:00
..
trap
README.md
config.go daemon: remove deprecated fields and flags for cluster-advertise 2022-07-12 15:39:20 +02:00
config_unix.go
config_unix_test.go
config_windows.go
daemon.go cmd/dockerd: initContainerd() use early return 2022-08-11 14:11:10 +02:00
daemon_freebsd.go
daemon_linux.go
daemon_test.go
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
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
service_unsupported.go
service_windows.go

README.md

docker.go contains Docker daemon's main function.

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