Failed to authorize: failed to fetch oauth token:

After I installed Docker Desktop on a new MacBook, I got a similar response when running “docker run -d -p 8080:80 docker/welcome-to-docker”. Based on the infos in this thread I then tried “docker login -u my-user-name” (using my real username) and after that the error went away, the image was retrieved and it ran as expected.

15 Likes