問題描述
將鏡像push到dockerhub時顯示access denied
- 用YOUR-USER-NAME指代使用的用戶名
docker push YOUR-USER-NAME/101-todo-app
Using default tag: latest
The push refers to repository [docker.io/YOUR-USER-NAME/101-todo-app]
ea8fe707fc87: Preparing
6430ab2ff712: Preparing
efe09a062cbb: Preparing
4992425f60b2: Preparing
729a2badad91: Preparing
ec7c69516687: Waiting
0fcbbeeeb0d7: Waiting
denied: requested access to the resource is denied
問題定位
未登陸,沒有權限
解決方案
登陸后再push即可
docker login -u YOUR-USER-NAME
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/262971.html
標籤:區塊鏈
