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

fixes a reference to deprecated docker config #59

Closed mvalkon closed 7 years ago

mvalkon commented 7 years ago

Local docker client was previously configured by using ~/.dockercfg. Docker (and pierone-cli) has migrated to the new configuration file ~/.docker/config.json. This commit fixes a reference to ~/.dockercfg which is visible in the cli help:

% pierone login --help
Usage: pierone login [OPTIONS]

  Login to Pier One Docker registry (generates ~/.dockercfg
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 84.352% when pulling 865e341aeda7d71bcdf0c531616e4a130ab4b349 on mvalkon:fix/config_ref into 578eaae249541c177041993bbe77614813f43ac0 on zalando-stups:master.

hjacobs commented 7 years ago

:+1: