moby--moby/docker
Ben Firshman fec81690cc Consolidate documentation for -H option
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-09-09 10:12:03 -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 Consolidate documentation for -H option 2014-09-09 10:12:03 -07:00

README.md

docker.go contains Docker's main function.

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