zalando-stups / pierone-cli

DEPRECATED: Convenient command line client for STUPS' Pier One Docker registry
http://docs.stups.io/en/latest/components/pierone.html#command-line-client
Other
10 stars 13 forks source link

Respect `DOCKER_CONFIG` environment variable (closes #88) #89

Closed pmeinhardt closed 4 years ago

pmeinhardt commented 4 years ago

Docker allows setting a custom directory to store its configuration via the "DOCKER_CONFIG" environment variable. The pierone command-line interface however did not previously read this value if it was present.

This update makes sure pierone works with the correct directory and Docker configuration files.