mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
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)
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.