moby--moby/docker
Zen Lin(Zhinan Lin) 08ea03ccb9 To avoid the confusing in log, change '%s' to '%q', change the question sentence to a reminding sentence.
Signed-off-by: Zen Lin(Zhinan Lin) <linzhinan@huawei.com>
2015-03-02 19:14:22 +08:00
..
README.md
client.go Client should use go log package. 2014-10-24 13:03:46 -07:00
daemon.go Removing -X flag option and autogenerated code to create Dockerversion.go functionality 2015-02-20 05:40:12 +00:00
docker.go To avoid the confusing in log, change '%s' to '%q', change the question sentence to a reminding sentence. 2015-03-02 19:14:22 +08:00
flags.go Shorten help messages for docker cmd flags 2015-02-18 22:52:33 -08: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.