mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Can now dynamically set the docker config directory through an environment variable. export DOCKER_CONFIG=/path/to/docker_config/ Default behavior remains the same, e.g. ~/.docker Documentation for change added to the https.md docs. Docker-DCO-1.1-Signed-off-by: James A. Kyle <james@jameskyle.org> (github: jameskyle)
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.