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
Aleksandr Chebotov b865204042 cmd/dockerd: create panic.log file without readonly flag
Signed-off-by: Aleksandr Chebotov <v-aleche@microsoft.com>
2021-11-02 18:41:08 +03:00
..
trap refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
config.go Add http(s) proxy properties to daemon configuration 2021-10-27 12:38:59 +02:00
config_common_unix.go Allow switching Windows runtimes. 2021-09-23 17:44:04 +00:00
config_unix.go Merge pull request #40084 from thaJeztah/hostconfig_const_cleanup 2021-08-28 00:21:31 +09:00
config_unix_test.go
config_windows.go
daemon.go daemon: make sure proxy settings are sanitized when printing 2021-10-27 12:39:02 +02:00
daemon_freebsd.go
daemon_linux.go
daemon_test.go
daemon_unix.go
daemon_unix_test.go
daemon_windows.go
docker.go
docker_unix.go
docker_windows.go
metrics.go
options.go
options_test.go
README.md
service_unsupported.go
service_windows.go cmd/dockerd: create panic.log file without readonly flag 2021-11-02 18:41:08 +03:00

docker.go contains Docker daemon's main function.

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