moby--moby/cmd/dockerd
Daniel Nephin 6e7405ebd4 Fix tests and windows service.
Support args to RunCommand
Fix docker help text test.
Fix for ipv6 tests.
Fix TLSverify option.
Fix TestDaemonDiscoveryBackendConfigReload
Use tempfile for another test.
Restore missing flag.
Fix tests for removal of shlex.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-08-25 13:09:36 -04:00
..
hack
README.md
daemon.go
daemon_freebsd.go
daemon_linux.go
daemon_solaris.go
daemon_test.go
daemon_unix.go
daemon_unix_test.go
daemon_windows.go
docker.go Fix tests and windows service. 2016-08-25 13:09:36 -04:00
docker_windows.go
routes.go
routes_experimental.go
service_unsupported.go Fix tests and windows service. 2016-08-25 13:09:36 -04:00
service_windows.go Fix tests and windows service. 2016-08-25 13:09:36 -04:00

README.md

docker.go contains Docker's main function.

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