前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Docker 中构建 Jenkins4

Docker 中构建 Jenkins4

作者头像
franket
发布2022-01-21 10:08:15
2200
发布2022-01-21 10:08:15
举报
文章被收录于专栏:技术杂记技术杂记

拉取镜像

可以使用其它的机器通过 docker pull 来测试一下上传的镜像

代码语言:javascript
复制
[root@h104 certs]# docker pull docker:5000/ci/jnkns-img 
Using default tag: latest
latest: Pulling from ci/jnkns-img
98f6335f9102: Pull complete 
efae71df8aca: Pull complete 
007c4719623e: Pull complete 
0e54d32ff5f2: Pull complete 
5b825467fc4f: Pull complete 
Digest: sha256:613ef35ff2fff0a26bab66dd9213463b034d4e536e9a6d52cbaeacb767fdf828
Status: Downloaded newer image for docker:5000/ci/jnkns-img:latest
[root@h104 certs]#
[root@h104 certs]# docker images 
REPOSITORY                    TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
docker:5000/ci/jnkns-img      latest              5b825467fc4f        35 minutes ago      708.2 MB
ubuntu                        latest              8693db7e8a00        7 days ago          187.9 MB
192.168.100.103:5000/ubuntu   latest              8693db7e8a00        7 days ago          187.9 MB
docker:5000/ubuntu            latest              8693db7e8a00        7 days ago          187.9 MB
docker:5002/ubuntu            latest              8693db7e8a00        7 days ago          187.9 MB
h103:5000/ubuntu              latest              8693db7e8a00        7 days ago          187.9 MB
localhost:5000/myfirstimage   latest              8693db7e8a00        7 days ago          187.9 MB
localhost:5000/ubuntu         latest              8693db7e8a00        7 days ago          187.9 MB
jenkins                       latest              fc39417bd5fb        2 weeks ago         708.1 MB
registry                      2                   683f9cd9cf88        3 weeks ago         224.5 MB
hello-world                   latest              0a6ba66e537a        3 months ago        960 B
[root@h104 certs]# 

本文系转载,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文系转载前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 拉取镜像
相关产品与服务
容器镜像服务
容器镜像服务(Tencent Container Registry,TCR)为您提供安全独享、高性能的容器镜像托管分发服务。您可同时在全球多个地域创建独享实例,以实现容器镜像的就近拉取,降低拉取时间,节约带宽成本。TCR 提供细颗粒度的权限管理及访问控制,保障您的数据安全。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档