moby--moby/docker
Aidan Hobson Sayers 06ea5fe979 Move daemon-only flags into the daemon config struct
Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net>
2015-02-08 12:56:18 +00:00
..
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00
client.go Client should use go log package. 2014-10-24 13:03:46 -07:00
daemon.go Move daemon-only flags into the daemon config struct 2015-02-08 12:56:18 +00:00
docker.go Defer creation of trust key file until needed 2015-01-29 13:46:12 -08:00
flags.go Move daemon-only flags into the daemon config struct 2015-02-08 12:56:18 +00:00
log.go Add --log-level support 2014-11-15 09:00:48 -08:00

README.md

docker.go contains Docker's main function.

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