moby--moby/docker
David Calavera 4a6436223e Make sure flat options are not parsed as config structures.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-02-02 15:37:14 -05:00
..
README.md
client.go handle debug mode for clients 2016-02-02 13:46:14 -05:00
common.go Verify that the configuration keys in the file are valid. 2016-01-26 12:58:53 -08:00
daemon.go Make TLSOptions and LogConfig embedded structs. 2016-01-26 12:58:53 -08:00
daemon_freebsd.go Fix "./docker" package name on freebsd 2015-11-17 09:38:19 -08:00
daemon_linux.go
daemon_none.go
daemon_test.go Make sure flat options are not parsed as config structures. 2016-02-02 15:37:14 -05:00
daemon_unix.go Allow to set daemon and server configurations in a file. 2016-01-14 16:44:37 -05:00
daemon_unix_test.go Allow network configuration via daemon config file. 2016-01-26 12:59:00 -08: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.