docker push到dockerhub报错:An image does not exist locally with the tag:

docker push到dockerhub报错:An image does not exist locally with the tag:,第1张

docker push到dockerhub报错:An image does not exist locally with the tag:

解决方法:
docker tag 镜像id dockerhub用户名/镜像名:tag
docker push dockerhub用户名/镜像名:tag
存疑:这样的话确实可以解决上述错误,但是怎么区分具体镜像的信息呢?
已解决:根据镜像名区分

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/langs/563647.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-02
下一篇 2022-04-02

发表评论

登录后才能评论

评论列表(0条)

保存