moby--moby/cmd/dockerd
John Howard 3aa4a00715 LCOW: Move daemon stores to per platform
Signed-off-by: John Howard <jhoward@microsoft.com>
2017-06-20 19:49:52 -07:00
..
hack
README.md
config.go LCOW: Deprecate storagedriver option 2017-06-20 09:21:37 -07:00
config_common_unix.go
config_experimental.go
config_solaris.go
config_unix.go add NamedUlimitOpt implement NamedOption to fix 32528 2017-06-16 10:14:09 +08:00
config_unix_test.go
config_windows.go
daemon.go LCOW: Move daemon stores to per platform 2017-06-20 19:49:52 -07:00
daemon_freebsd.go
daemon_linux.go
daemon_solaris.go
daemon_test.go
daemon_unix.go
daemon_unix_test.go
daemon_windows.go
docker.go
docker_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.