千家信息网

如何使用docker tag和docker push

发表于:2025-01-23 作者:千家信息网编辑
千家信息网最后更新 2025年01月23日,这篇文章主要介绍如何使用docker tag和docker push,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!docker tag 详解docker tag 命令的使用,以
千家信息网最后更新 2025年01月23日如何使用docker tag和docker push

这篇文章主要介绍如何使用docker tag和docker push,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!

docker tag 详解

docker tag 命令的使用,以及如何将本地的镜像推送到daocloud.io,这里不用docker hub作实验,是因为,docker hub网速不给力,容易推送失败。

使用docker tag使用镜像ID重命名

chenyangdeMacBook-Pro:~ chenyang$ docker imagesREPOSITORY     TAG         IMAGE ID      CREATED       SIZEhello-world     latest       fce289e99eb9    9 weeks ago     1.84 kBchenyangdeMacBook-Pro:~ chenyang$
chenyangdeMacBook-Pro:~ chenyang$ docker imagesREPOSITORY     TAG         IMAGE ID      CREATED       SIZEhello-world     latest       fce289e99eb9    9 weeks ago     1.84 kBchenyangdeMacBook-Pro:~ chenyang$ docker tag fce289e99 hello-world:v1chenyangdeMacBook-Pro:~ chenyang$ docker imagesREPOSITORY     TAG         IMAGE ID      CREATED       SIZEhello-world     latest       fce289e99eb9    9 weeks ago     1.84 kBhello-world     v1         fce289e99eb9    9 weeks ago     1.84 kB

使用docker tag使用镜像tag重命名

chenyangdeMacBook-Pro:~ chenyang$ docker imagesREPOSITORY     TAG         IMAGE ID      CREATED       SIZEhello-world     latest       fce289e99eb9    9 weeks ago     1.84 kBhello-world     v1         fce289e99eb9    9 weeks ago     1.84 kBchenyangdeMacBook-Pro:~ chenyang$ docker tag hello-world:latest hello-world:v2chenyangdeMacBook-Pro:~ chenyang$ docker imagesREPOSITORY     TAG         IMAGE ID      CREATED       SIZEhello-world     latest       fce289e99eb9    9 weeks ago     1.84 kBhello-world     v1         fce289e99eb9    9 weeks ago     1.84 kBhello-world     v2         fce289e99eb9    9 weeks ago     1.84 kB

使用docker push 推送镜像到daocloud.io

需要登陆daocloud.io,如果没有账户的,需要去网站上注册一个。

chenyangdeMacBook-Pro:~ chenyang$ docker login daocloud.ioUsername (chenyang_1010): chenyang_1010Password: Login SucceededchenyangdeMacBook-Pro:~ chenyang$

打上标签,然后上传

chenyangdeMacBook-Pro:~ chenyang$ docker tag hello-world daocloud.io/zter/hello-world:v1chenyangdeMacBook-Pro:~ chenyang$ docker imagesREPOSITORY           TAG         IMAGE ID      CREATED       SIZEhello-world          latest       fce289e99eb9    9 weeks ago     1.84 kBhello-world          v1         fce289e99eb9    9 weeks ago     1.84 kBhello-world          v2         fce289e99eb9    9 weeks ago     1.84 kBdaocloud.io/zter/hello-world  v1         fce289e99eb9    9 weeks ago     1.84 kBchenyangdeMacBook-Pro:~ chenyang$ docker push daocloud.io/zter/hello-world:v1The push refers to a repository [daocloud.io/zter/hello-world]af0b15c8625b: Pushed v1: digest: sha256:39bbd4a41b5d3b164632d3b4a295c0db31139992a8fe985f949dac7ccff7aa54 size: 524

上传结果

以上是"如何使用docker tag和docker push"这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注行业资讯频道!

镜像 内容 篇文章 推送 不用 价值 兴趣 命令 小伙 小伙伴 更多 标签 知识 结果 网站 网速 行业 账户 资讯 资讯频道 数据库的安全要保护哪些东西 数据库安全各自的含义是什么 生产安全数据库录入 数据库的安全性及管理 数据库安全策略包含哪些 海淀数据库安全审计系统 建立农村房屋安全信息数据库 易用的数据库客户端支持安全管理 连接数据库失败ssl安全错误 数据库的锁怎样保障安全 计算机网络技术学的是什么东西 联想服务器安全套件 数据库没权限创建用户 游戏充值时充错服务器 互联网科技博物馆 网络安全倾向性问题及矛盾困难 信息安全与网络安全沙龙 工业园区无忧网络技术质量保证 可配置页面 数据库 设计 河南成本控制软件开发平台 我爱我家的软件开发怎么样 网络安全隔离vlan步骤 什么是网络安全它有哪些特性 如何学会计算机软件开发 三级数据库技术有用 国内软件开发在哪里学 分布式数据库实现视频监控 linux软件开发 用啥 数据库有哪三类文件 如何带一个小的软件开发团队 java软件开发实习生介绍 在数据库窗口新建 2021年网络安全宣传短片 在某次针对数据库的 视觉抓取软件开发 安卓软件开发用什么语音 GEO公共数据库数据缺点 初中毕业学软件开发学校 网络安全防护技术加密技术 绝地求生台服服务器地址
0