moby--moby/docker
Ben Firshman a49de2c467 Rename DOCKER_CONFIG envvar to DOCKER_CERT_PATH
DOCKER_CONFIG was introduced in #6984.

We may use "config" for other purposes (e.g. #7232). Until we
have made a design decision around how configuration files will
work, DOCKER_CERT_PATH is a much safer name to rely on for future
compatibility.

Docker-DCO-1.1-Signed-off-by: Ben Firshman <ben@firshman.co.uk> (github: bfirsh)
2014-08-04 17:36:53 -07:00
..
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00
client.go Add a "daemon" build tag and toggle it with the already-existing "DOCKER_CLIENTONLY" build variable 2014-08-04 15:05:12 -06:00
daemon.go Add a "daemon" build tag and toggle it with the already-existing "DOCKER_CLIENTONLY" build variable 2014-08-04 15:05:12 -06:00
docker.go Add a "daemon" build tag and toggle it with the already-existing "DOCKER_CLIENTONLY" build variable 2014-08-04 15:05:12 -06:00
flags.go Rename DOCKER_CONFIG envvar to DOCKER_CERT_PATH 2014-08-04 17:36:53 -07:00

README.md

docker.go contains Docker's main function.

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