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
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
2
Answers
Quote the robot username on Linux:
But, do NOT quote the username on Windows
don`n forget about special character – $