在harbor服务器

1. 下载测试上传使用的镜像
docker pull hello-world
2. 打tag
docker tag docker.io/hello-world:latest 172.19.68.11:5000/batman/hello-world:latest
3. 上传
docker push 172.19.68.11:5000/batman/hello-world:latest

上传结果

[root@izuf66p8tou7n3ktvgnu8pz docker]# docker push 172.19.68.11:/batman/hello-world:latest
The push refers to a repository [172.19.68.11:/batman/hello-world]
af0b15c8625b: Pushed
latest: digest: sha256:92c7f9c92844bbbb5d0a101b22f7c2a7949e40f8ea90c8b3bc396879d95e899a size:

界面结果

node结点push和pull镜像
1. 下载测试上传使用的镜像
docker pull hello-world
2. 打tag
docker tag docker.io/hello-world:latest 172.19.68.11:5000/batman/hello-worldnode:latest
3. 上传
[root@node1 yum.repos.d]# docker push 172.19.68.11:5000/batman/hello-worldnode:latest
The push refers to a repository [172.19.68.11:5000/batman/hello-worldnode]
af0b15c8625b: Pushed
latest: digest: sha256:92c7f9c92844bbbb5d0a101b22f7c2a7949e40f8ea90c8b3bc396879d95e899a size: 524
4. 下载镜像
docker pull 172.19.68.11:5000/batman/hello-world:latest

最新文章

  1. Drools API的使用学习
  2. Maven多环境打包
  3. [Windows驱动开发](四)内存管理
  4. Karma Police - Radiohead
  5. System.IO.Directory类
  6. 专访Linux嵌入式开发韦东山操作系统图书作者--转
  7. WPF 程序检测 windows 关机
  8. codevs 5429 完全背包
  9. kali2 source
  10. 配置php的CAS客户端
  11. 快速求幂(Quick Exponentiation)
  12. sql 按时间二段排序
  13. iOS自定义字体及类目
  14. oracle如何操作约束
  15. python爬取某站上海租房图片
  16. coTurn 运行在Windows平台的方法及服务与客户端运行交互流程和原理
  17. 第九单元 利用vi编辑器创建和编辑正文文件
  18. Codeforces 781C Underground Lab 构造
  19. Eloquent JavaScript #02# program_structure
  20. P4363 [九省联考2018]一双木棋chess

热门文章

  1. js中的一些隐式转换和总结
  2. Windows008 snmp
  3. linux nand flash常用命令
  4. consul上删除已经注册的节点
  5. python数据可视化:pyecharts
  6. Yarn简单介绍及内存配置
  7. MFC BASE64加解密 算法
  8. 报错: Domain=NSCocoaErrorDomain Code=3000 "未找到应用程序的“aps-environment”的权利字符串"
  9. SmartCode
  10. AWS 核心服务概述(二)