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
Daniel Nephin 60672382c7 Update tests to use gotestyourself/fs
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-08-23 17:25:00 -04:00
..
hack
config.go Allow to set the control plane MTU 2017-07-28 13:52:03 -07:00
config_common_unix.go
config_experimental.go
config_solaris.go
config_unix.go
config_unix_test.go
config_windows.go
daemon.go Fix golint errors. 2017-08-18 14:23:44 -04:00
daemon_freebsd.go
daemon_linux.go
daemon_solaris.go Add deadcode linter 2017-08-21 18:18:50 -04:00
daemon_test.go Update tests to use gotestyourself/fs 2017-08-23 17:25:00 -04:00
daemon_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
daemon_unix_test.go
daemon_windows.go
docker.go
docker_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.