2.53. Docker images command

发布时间 : 2025-10-25 13:32:35 UTC      

Page Views: 9 views

Docker 命令大全

docker images : Lists the local images.

2.53.1. Grammar

docker images [OPTIONS] [REPOSITORY[:TAG]] 

OPTIONS description:

  • -a : List all local mirrors (including intermediate image layer, which is filtered by default)

  • –digests : Displays summary information for the mirror

  • -f : Display mirrors that meet the criteria

  • –format : A template file that specifies the return value

  • –no-trunc : Display complete mirror information

  • -q : Only the mirror ID is displayed.

2.53.2. Example

View a list of local images.

runoob@runoob:~$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE mymysql v1 37af1236adef 5 minutes ago 329 MB runoob/ubuntu v4 1c06aa18edee 2 days ago 142.1 MB   5c6e1090e771 2 days ago 165.9 MB httpd latest ed38aaffef30 11 days ago 195.1 MB alpine latest 4e38e38c8ce0 2 weeks ago 4.799 MB mongo 3.2 282fd552add6 3 weeks ago 336.1 MB redis latest 4465e4bcad80 3 weeks ago 185.7 MB php 5.6-fpm 025041cd3aa5 3 weeks ago 456.3 MB python 3.5 045767ddf24a 3 weeks ago 684.1 MB ...    

Lists the local images whose REPOSITORY is ubuntu.

root@runoob:~# docker images ubuntu REPOSITORY TAG IMAGE ID CREATED SIZE ubuntu 14.04 90d5884b1ee0 9 weeks ago 188 MB ubuntu 15.10 4e3b13c8a266 3 months ago 136.3 MB 

Docker 命令大全

《地理信息系统原理、技术与方法》  97

最近几年来,地理信息系统无论是在理论上还是应用上都处在一个飞速发展的阶段。 GIS被应用于多个领域的建模和决策支持,如城市管理、区划、环境整治等等,地理信息成为信息时代重要的组成部分之一; “数字地球”概念的提出,更进一步推动了作为其技术支撑的GIS的发展。 与此同时,一些学者致力于相关的理论研究,如空间感知、空间数据误差、空间关系的形式化等等。 这恰好说明了地理信息系统作为应用技术和学科的两个方面,并且这两个方面构成了相互促进的发展过程。