mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
c0471ee35a
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 | ||
README.md |
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.