Files
docker-cli/components/engine/docker
unclejack 73b0733f08 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>
Upstream-commit: 6578ad90c307c5500a7998819743be88f63ef2b3
Component: engine
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.