garethr / garethr-docker

Puppet module for managing docker
Apache License 2.0
397 stars 532 forks source link

Docker registry auth doesn't check if it authed already? #753

Closed dynek closed 6 years ago

dynek commented 6 years ago

Hello,

I am using docker::registry to login against a private registry. However the exec call doesn't check if registry already exists in the config file so each run ends up with a notice saying call was successful.

How are you guys managing this?

Thank you

dynek commented 6 years ago

https://github.com/garethr/garethr-docker/pull/754