docker push到dockerhub报错:An image does not exist locally with the tag:
解决方法:
docker tag 镜像id dockerhub用户名/镜像名:tag
docker push dockerhub用户名/镜像名:tag
存疑:这样的话确实可以解决上述错误,但是怎么区分具体镜像的信息呢?
已解决:根据镜像名区分
欢迎分享,转载请注明来源:内存溢出
docker push到dockerhub报错:An image does not exist locally with the tag:
解决方法:
docker tag 镜像id dockerhub用户名/镜像名:tag
docker push dockerhub用户名/镜像名:tag
存疑:这样的话确实可以解决上述错误,但是怎么区分具体镜像的信息呢?
已解决:根据镜像名区分
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)