最近几年来,地理信息系统无论是在理论上还是应用上都处在一个飞速发展的阶段。 GIS被应用于多个领域的建模和决策支持,如城市管理、区划、环境整治等等,地理信息成为信息时代重要的组成部分之一; “数字地球”概念的提出,更进一步推动了作为其技术支撑的GIS的发展。 与此同时,一些学者致力于相关的理论研究,如空间感知、空间数据误差、空间关系的形式化等等。 这恰好说明了地理信息系统作为应用技术和学科的两个方面,并且这两个方面构成了相互促进的发展过程。
docker images : Lists the local images. 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. View a list of local images. Lists the local images whose REPOSITORY is ubuntu. 2.53.1. Grammar ¶
docker images [OPTIONS] [REPOSITORY[:TAG]]
2.53.2. Example ¶
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
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