moby/docker
Derek McGowan a34a7930b5 Add TODO lines for windows
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-01-22 10:29:15 -08:00
..
client.go Client should use go log package. 2014-10-24 13:03:46 -07:00
daemon.go Add key migration to daemon 2015-01-21 16:55:05 -08:00
docker.go Fix daemon key file location 2015-01-21 16:28:19 -08:00
flags.go Add TODO lines for windows 2015-01-22 10:29:15 -08:00
log.go Add --log-level support 2014-11-15 09:00:48 -08:00
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00

docker.go contains Docker's main function.

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