moby--moby/docker
Victor Vieux 2e489073d9 Revert "--help option and help command should print to stdout not stderr"
This reverts commit 61b129d818.

Signed-off-by: Victor Vieux <vieux@docker.com>
2014-08-27 18:59:13 +00:00
..
README.md
client.go Use argv0 as reexec implementation for dockerinit 2014-08-11 11:47:21 -07:00
daemon.go Move remote API config out of daemon/ 2014-08-13 19:25:51 +00:00
docker.go Fix panic for DOCKER_HOST without :// 2014-08-26 20:32:10 +04:00
flags.go Revert "--help option and help command should print to stdout not stderr" 2014-08-27 18:59:13 +00:00

README.md

docker.go contains Docker's main function.

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