1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docker
Sachin Joshi 898d2763c5 Move windows console specific implementation in sub package
Signed-off-by: Sachin Joshi <sachin_jayant_joshi@hotmail.com>
2015-03-16 14:04:53 -07:00
..
client.go Client should use go log package. 2014-10-24 13:03:46 -07:00
daemon.go cleanup defer func 2015-03-10 12:18:43 -07:00
docker.go Move windows console specific implementation in sub package 2015-03-16 14:04:53 -07:00
flags.go Shorten help messages for docker cmd flags 2015-02-18 22:52:33 -08:00
log.go Move windows console specific implementation in sub package 2015-03-16 14:04:53 -07: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.