moby--moby/cmd/dockerd
Sebastiaan van Stijn 6b91ceff74
Use hcsshim osversion package for Windows versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-22 02:53:00 +02:00
..
README.md
config.go Adding ability to change max download attempts 2019-09-19 13:51:40 +02:00
config_common_unix.go
config_unix.go
config_unix_test.go
config_windows.go
daemon.go builder: remove legacy build's session handling 2019-10-02 20:29:15 +00: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
service_unsupported.go
service_windows.go Use hcsshim osversion package for Windows versions 2019-10-22 02:53:00 +02:00

README.md

docker.go contains Docker daemon's main function.

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