I'm always getting:
Error response from daemon: Get "https://myregistry.example.com/v2/": unauthorized: authentication required
When trying to login with:
docker login --username robot$myproject+myrobotaccount myregistry.example.com
Quote the robot username on Linux:
docker login --username 'robot$myproject+myrobotaccount' myregistry.example.com
But, do NOT quote the username on Windows
docker login --username robot$myproject+myrobotaccount myregistry.example.com
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With