moby--moby/cmd/dockerd
Brian Goff 7f0b833621 Merge pull request #31054 from darrenstahlmsft/WaitOOBE
Windows: Wait for OOBE to prevent crashing during host update
2017-02-16 11:18:25 -05:00
..
hack
README.md
config.go
config_common_unix.go
config_experimental.go
config_solaris.go
config_unix.go
config_unix_test.go
config_windows.go
daemon.go Merge pull request #31054 from darrenstahlmsft/WaitOOBE 2017-02-16 11:18:25 -05:00
daemon_freebsd.go Windows: Wait for OOBE to prevent crashing during host update 2017-02-15 14:01:54 -08:00
daemon_linux.go Windows: Wait for OOBE to prevent crashing during host update 2017-02-15 14:01:54 -08:00
daemon_solaris.go Windows: Wait for OOBE to prevent crashing during host update 2017-02-15 14:01:54 -08:00
daemon_test.go
daemon_unix.go
daemon_unix_test.go
daemon_windows.go Windows: Wait for OOBE to prevent crashing during host update 2017-02-15 14:01:54 -08:00
docker.go
docker_windows.go
metrics.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.