mirror of
https://github.com/moby/moby.git
synced 2026-07-25 08:47:01 +00: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.