moby--moby/docker
David Calavera cd3446972e Fix post config verification without flags.
- Set the daemon log level to what's set in the configuration.
- Enable TLS when TLSVerify is enabled.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-01-20 13:01:07 -05:00
..
README.md
client.go
common.go Fix post config verification without flags. 2016-01-20 13:01:07 -05:00
daemon.go Fix post config verification without flags. 2016-01-20 13:01:07 -05:00
daemon_freebsd.go Fix "./docker" package name on freebsd 2015-11-17 09:38:19 -08:00
daemon_linux.go Remove LXC support. 2015-11-05 17:09:57 -05:00
daemon_none.go Remove deprecated cli flags 2015-11-15 10:40:01 +01:00
daemon_test.go Fix post config verification without flags. 2016-01-20 13:01:07 -05:00
daemon_unix.go Allow to set daemon and server configurations in a file. 2016-01-14 16:44:37 -05:00
daemon_windows.go Allow to set daemon and server configurations in a file. 2016-01-14 16:44:37 -05:00
docker.go replace the os.Stdout with stdout to adapt platform 2015-12-30 18:24:02 +08:00
docker_windows.go
flags.go
flags_test.go

README.md

docker.go contains Docker's main function.

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