Docker images 命令

返回上一级

docker images 列出本地镜像

docker images [OPTIONS] [REPOSITORY[:TAG]]
OPTIONS 说明
-a 列出本地所有的镜像( 含中间映像层 )
默认情况下,过滤掉中间映像层
--digests 显示镜像的摘要信息
-f 显示满足条件的镜像
--format 指定返回值的模板文件
--no-trunc 显示完整的镜像信息
-q 只显示镜像 ID

范例

查看本地镜像列表

[root@localhost ~]# docker images
REPOSITORY           TAG                 IMAGE ID            CREATED             SIZE
my-flask             365-102             083eecd092af        About an hour ago   922MB
twle/flask_365_102   latest              083eecd092af        About an hour ago   922MB
twle/py365flask102   latest              aaf108c1dbdc        5 hours ago         922MB
python               3.6.5               29d2f3226daf        3 weeks ago         912MB
nginx                latest              ae513a47849c        4 weeks ago         109MB
ubuntu               latest              452a96d81c30        4 weeks ago         79.6MB
ubuntu               17.10               e4422b8da209        4 weeks ago         99.2MB
hello-world          latest              e38bc07ac18e        7 weeks ago         1.85kB
jcdemo/flaskapp      latest              084bae02af1b        4 months ago        98.9MB
ubuntu               17.04               fe1cc5b91830        5 months ago        95.6MB
ubuntu               16.10               7d3f705d307c        10 months ago       107MB

范例 2

列出本地镜像中 REPOSITORYpython 的镜像列表

[root@localhost ~]# docker images python
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
python              3.6.5               29d2f3226daf        3 weeks ago         912MB

返回上一级

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.