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

Docker Registry2

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

从Docker Hub拉取镜像

代码语言:javascript
复制
[root@h103 ~]# docker pull ubuntu
Using default tag: latest
latest: Pulling from library/ubuntu
92ec6d044cb3: Verifying Checksum 
2ef91804894a: Download complete 
f80999a1f330: Download complete 
6cc0fc2a5ee3: Download complete 
Pulling repository docker.io/library/ubuntu
8693db7e8a00: Download complete 
f15ce52fc004: Download complete 
c4fae638e7ce: Download complete 
a4c5be5b6e59: Download complete 
Status: Downloaded newer image for ubuntu:latest
docker.io/library/ubuntu: this image was pulled from a legacy registry.  Important: This registry version will not be supported in future versions of docker.
[root@h103 ~]# docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
ubuntu              latest              8693db7e8a00        9 hours ago         187.9 MB
registry            2                   683f9cd9cf88        2 weeks ago         224.5 MB
hello-world         latest              0a6ba66e537a        3 months ago        960 B
[root@h103 ~]# 

镜像打标

代码语言:javascript
复制
[root@h103 ~]# docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
ubuntu              latest              8693db7e8a00        9 hours ago         187.9 MB
registry            2                   683f9cd9cf88        2 weeks ago         224.5 MB
hello-world         latest              0a6ba66e537a        3 months ago        960 B 
[root@h103 ~]# docker tag ubuntu localhost:5000/myfirstimage 
[root@h103 ~]# docker images
REPOSITORY                    TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
ubuntu                        latest              8693db7e8a00        9 hours ago         187.9 MB
localhost:5000/myfirstimage   latest              8693db7e8a00        9 hours ago         187.9 MB
registry                      2                   683f9cd9cf88        2 weeks ago         224.5 MB
hello-world                   latest              0a6ba66e537a        3 months ago        960 B
[root@h103 ~]#

本文系转载,前往查看

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

本文系转载前往查看

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

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