docker push 外面下载的镜像

提示docker push Preparing unauthorized: authentication required
这时 我们需要把这个镜像重命名
docker tag IMAGEID(镜像id) REPOSITORY:TAG(仓库:标签)
然后就可以推到自己的仓库啦

你可能感兴趣的:(docker push 外面下载的镜像)