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) Upstream-commit: c0471ee35aa58a99b423ad914301194e8f3663c1 Component: engine
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.