docker images 用于查看本地已下载的镜像

[root@localhost ~]$ docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
centos              latest              1e1148e4cc2c        2 weeks ago         202MB
ubuntu              latest              93fd78260bd1        5 weeks ago         86.2MB
REPOSITORY    # 镜像仓库
TAG           # 镜像标签
IMAGE ID      # 镜像ID
CREATED       # 镜像创建时间
SIZE          # 镜像大小

 

 

 

 

    

相关文章:

  • 2022-02-12
  • 2022-12-23
  • 2021-06-28
  • 2021-09-20
  • 2021-06-05
  • 2022-12-23
  • 2021-10-18
猜你喜欢
  • 2021-11-18
  • 2021-12-02
  • 2021-12-14
  • 2021-11-09
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案