1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docker
unclejack fccb026221 add exec to the commands list
Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
2014-09-17 01:13:43 +03: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 add exec to the commands list 2014-09-17 01:13:43 +03: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.