Files
docker-docs/docker
unclejack 6578ad90c3 docker/daemon: set umask to the default on startup
This sets up the umask so that it's the same on all systems.

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
2015-06-15 16:47:20 +03:00
..
2014-10-24 13:03:46 -07:00

docker.go contains Docker's main function.

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