moby--moby/docker
Ben Firshman f3ed7b601f Print consistent help with options and commands
These commands now all output the same thing:

 - docker
 - docker help
 - docker --help
 - docker -h

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-09-08 16:08:50 -07:00
..
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00
client.go Use argv0 as reexec implementation for dockerinit 2014-08-11 11:47:21 -07:00
daemon.go builder: fix references to jobs in daemon, make builder a first class 2014-08-27 18:52:30 -07:00
docker.go Fix panic for DOCKER_HOST without :// 2014-08-26 20:32:10 +04:00
flags.go Print consistent help with options and commands 2014-09-08 16:08:50 -07:00

README.md

docker.go contains Docker's main function.

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