最近几年来,地理信息系统无论是在理论上还是应用上都处在一个飞速发展的阶段。 GIS被应用于多个领域的建模和决策支持,如城市管理、区划、环境整治等等,地理信息成为信息时代重要的组成部分之一; “数字地球”概念的提出,更进一步推动了作为其技术支撑的GIS的发展。 与此同时,一些学者致力于相关的理论研究,如空间感知、空间数据误差、空间关系的形式化等等。 这恰好说明了地理信息系统作为应用技术和学科的两个方面,并且这两个方面构成了相互促进的发展过程。
docker search : Find an image from Docker Hub OPTIONS description: –automated : Only automated build type mirrors are listed –no-trunc : Show a complete description of the mirror -f <过滤条件>: Lists images with no less than the specified number of favorites. Find all images from Docker Hub whose names contain java and have more than 10 favorites Parameter description: NAME: Name of the image warehouse source DESCRIPTION: Description of the mirror image OFFICIAL: Is it officially released by docker stars: Similar to star in Github, it means to like and like it. AUTOMATED: Build automatically. 2.52.1. Grammar ¶
docker search [OPTIONS] TERM
2.52.2. Example ¶
runoob@runoob:~$ docker search -f stars=10 java NAME DESCRIPTION STARS OFFICIAL AUTOMATED java Java is a concurrent, class-based... 1037 [OK] anapsix/alpine-java Oracle Java 8 (and 7) with GLIBC ... 115 [OK] develar/java 46 [OK] isuper/java-oracle This repository contains all java... 38 [OK] lwieske/java-8 Oracle Java 8 Container - Full + ... 27 [OK] nimmis/java-centos This is docker images of CentOS 7... 13 [OK]