You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is about the documentation content or website
Type of issue
Other
Description
When I was following the workshop steps, I had encountered an unexpected error denied: requested access to the resource is denied when running docker push YOUR-USER-NAME/getting-started. After searching online, I found many people had same issue, it will be a lot helpful if there are some supportive solution for common issues.
Is this a docs issue?
Type of issue
Other
Description
When I was following the workshop steps, I had encountered an unexpected error
denied: requested access to the resource is denied
when runningdocker push YOUR-USER-NAME/getting-started
. After searching online, I found many people had same issue, it will be a lot helpful if there are some supportive solution for common issues.Location
https://docs.docker.com/get-started/workshop/04_sharing_app/
Suggestion
Add a note section in the steo
`
Note
If you encounter error
denied: requested access to the resource is denied
, you can try to re-login with$ docker login -u "myusername" -p "mypassword" docker.io
`
Solution Reference: https://forums.docker.com/t/docker-push-error-requested-access-to-the-resource-is-denied/64468/2
The text was updated successfully, but these errors were encountered: