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
cmsblogs/flask_365_102 latest 083eecd092af About an hour ago 922MB
cmsblogs/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
列出本地镜像中 REPOSITORY
为 python
的镜像列表
[root@localhost ~]# docker images python
REPOSITORY TAG IMAGE ID CREATED SIZE
python 3.6.5 29d2f3226daf 3 weeks ago 912MB
最新评论
下载的激活包里面没有激活码呢
6666,找了半天终于找到可用的了,点赞
怎么保证这个签名不会乱呢,签名也是数据的一部分
public static void main(String[] args) { List list = Arrays.asList("A","B","C","D");
rangeClosed,是左闭右闭
守护线程 是低优先级线程。其唯一作用是为用户线程提供服务。
不简单,不简单
1.4 可以嘛?