docker push 镜像 An image does not exist locally with the tag

本文介绍了如何在本地构建Docker镜像,并将其推送到192.168.28.202:5000的私有仓库,包括基本的镜像标记、推送操作和验证步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

构建镜像推送到docker仓库,显示本地镜像不存在,直接上图;

修改docker镜像的tag

docker tag 镜像id 你的账户名/镜像仓库名:tag名

例:
docker tag hello-world 192.168.28.202:5000/hello-world
docker push 192.168.28.202:5000/hello-world

# 查看推送是否成功
curl http://镜像仓库地址/v2/_catalog

# 或浏览器直接访问
http://镜像仓库地址/v2/_catalog

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值