1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docker
Victor Vieux 76fd51a478 Merge pull request #6052 from rhatdan/help
--help option and help command should print to stdout not stderr
2014-08-27 11:17:16 -07:00
..
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 --help option and help command should print to stdout not stderr 2014-08-21 15:35:20 -04: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.