Files
docker-docs/docker
Doug Davis daced1d303 Add support for DOCKER_CONFIG/--config to specific config file dir
Carry #11675

Aside from what #11675 says, to me a key usecase for this is to support
more than one Docker cli running at the same time but each may have its
own set of config files.

Signed-off-by: Doug Davis <dug@us.ibm.com>
2015-07-10 12:51:34 -07:00
..
2015-06-20 19:14:15 +02:00

docker.go contains Docker's main function.

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