docker search
命令:docker search
[root@iZ943kh74qgZ ~]# docker search --help Usage: docker search [OPTIONS] TERM Search the Docker Hub for images Options:
-f, --filter filter Filter output based on conditions provided
--help Print usage
--limit int Max number of search results (default )
--no-trunc Don't truncate output
[root@iZ943kh74qgZ ~]# docker search nginx
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
(镜像名称) (描述) (收藏) 官方 自动
nginx Official build of Nginx. [OK]
jwilder/nginx-proxy Automated Nginx reverse proxy for docker c... [OK]
richarvey/nginx-php-fpm Container running Nginx + PHP-FPM capable ... [OK]
jrcs/letsencrypt-nginx-proxy-companion LetsEncrypt container to use with nginx as... [OK]
kong Open-source Microservice & API Management ... [OK]
webdevops/php-nginx Nginx with PHP-FPM [OK]
bitnami/nginx Bitnami nginx Docker Image [OK]
linuxserver/nginx An Nginx container, brought to you by Linu...
tutum/nginx Base Docker Image to run Nginx server
webdevops/nginx Nginx container [OK]
blacklabelops/nginx Dockerized Nginx Reverse Proxy Server. [OK]
nginxdemos/nginx-ingress NGINX Ingress Controller for Kubernetes
1science/nginx Nginx Docker images that include Consul Te... [OK]
ixbox/nginx Nginx on Alpine Linux. [OK]
phpdockerio/nginx Note: image is now deprecated, here only t... [OK]
xutongle/nginx nginx http [OK]
schmunk42/nginx Legacy nginx image
pebbletech/nginx-proxy nginx-proxy sets up a container running ng... [OK]
toccoag/openshift-nginx Nginx reverse proxy for Nice running on sa... [OK]
mailu/nginx Mailu nginx frontend [OK]
tclavier/nginx Basic nginx container [OK]
watsco/nginx nginx:1.11-alpine [OK]
vukor/nginx Build for Nginx. Project available on http... [OK]
travix/nginx NGinx reverse proxy [OK]
jenkler/nginx Docker Nginx package
[root@iZ943kh74qgZ ~]# docker search nginx -s
Flag --stars has been deprecated, use --filter=stars= instead
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
nginx Official build of Nginx. [OK]
jwilder/nginx-proxy Automated Nginx reverse proxy for docker c... [OK]
richarvey/nginx-php-fpm Container running Nginx + PHP-FPM capable ... [OK]
jrcs/letsencrypt-nginx-proxy-companion LetsEncrypt container to use with nginx as... [OK]
kong Open-source Microservice & API Management ... [OK]
webdevops/php-nginx Nginx with PHP-FPM [OK]
bitnami/nginx Bitnami nginx Docker Image [OK]
linuxserver/nginx An Nginx container, brought to you by Linu... 23 [root@iZ943kh74qgZ ~]# docker search nginx --filter=stars=3
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
nginx Official build of Nginx. 6564 [OK]
jwilder/nginx-proxy Automated Nginx reverse proxy for docker c... 1079 [OK]
richarvey/nginx-php-fpm Container running Nginx + PHP-FPM capable ... 418 [OK]
jrcs/letsencrypt-nginx-proxy-companion LetsEncrypt container to use with nginx as... 207 [OK]
kong Open-source Microservice & API Management ... 95 [OK]
webdevops/php-nginx Nginx with PHP-FPM 86 [OK]
bitnami/nginx Bitnami nginx Docker Image 31 [OK]
linuxserver/nginx An Nginx container, brought to you by Linu... 23
tutum/nginx Base Docker Image to run Nginx server 10
webdevops/nginx Nginx container 8 [OK]
blacklabelops/nginx Dockerized Nginx Reverse Proxy Server. 6 [OK]
nginxdemos/nginx-ingress NGINX Ingress Controller for Kubernetes 5
1science/nginx Nginx Docker images that include Consul Te... 4 [OK]
ixbox/nginx Nginx on Alpine Linux. 3 [OK]
docker search的更多相关文章
- docker search 详解
docker search 用于从 Docker Hub(https://hub.docker.com)中搜索指定的镜像,用法如下: [root@localhost ~]$ docker search ...
- docker search mysql Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
1.docker search mysql 报错 [root@localhost usr]# docker search mysqlCannot connect to the Docker daemo ...
- docker search - 搜寻镜像
使用docker search 命令可以搜索docker hub官方仓库中的镜像. # docker search --help Usage: docker search [OPTIONS] TERM ...
- Docker(8)- docker search 命令详解
如果你还想从头学起 Docker,可以看看这个系列的文章哦! https://www.cnblogs.com/poloyy/category/1870863.html 作用 从 Docker Hub ...
- docker search 报错
docker 出现 Error response from daemon vim /etc/containers/registries.conf [registries.search]registri ...
- docker search/pull 报错
docker报错 Get https://registry-1.docker.io/v2/: x509: certificate has expired or is not yet valid 这种错 ...
- Docker命令之 search
docker search : 从Docker Hub查找镜像 语法 docker search [OPTIONS] TERM OPTIONS说明: --automated :只列出 automate ...
- 【Docker 命令】 - search 命令
docker search : 从Docker Hub查找镜像 语法 docker search [OPTIONS] TERM OPTIONS说明: --automated :只列出 automate ...
- docker——容器安装tomcat
写在前面: 继续docker的学习,学习了docker的基本常用命令之后,我在docker上安装jdk,tomcat两个基本的java web工具,这里对操作流程记录一下. 软件准备: 1.jdk-7 ...
随机推荐
- Composer安装Yii2以及相关扩展
1.安装redis扩展 命令:composer require yiisoft/yii2-redis Git地址:https://github.com/yiisoft/yii2-redis/blob/ ...
- 构建支持中文字体的moviepy镜像
首先是系统的环境问题. linux 安装 moviepy需要很多依赖,安装起来费神费力.配置起来也非常麻烦,最简单的办法是直接使用他人构建好的镜像文件. 再就是字体显示问题. 镜像中的imagmagi ...
- JasperReports报表变量13
报表变量是建立在报表表达式之上的特殊对象.报表变量简化以下任务: 报表,其中大量使用在整个报告模板表达式.这些表达式可以通过使用报表变量只能声明一次. 计数,求和,平均,最低,最高,方差等:报表变量可 ...
- 在window下远程虚拟机(centos)hadoop运行mapreduce程序
(注:虽然连接成功但是还是执行不了.以后有时间再解决吧 看到的人别参考仅作个人笔记)先mark下 1.首先在window下载好一个eclipse.和拷贝好linux里面hadoop版本对应的插件(我是 ...
- Redis源码解析:11RDB持久化
Redis的RDB持久化的相关功能主要是在src/rdb.c中实现的.RDB文件是具有一定编码格式的数据文件,因此src/rdb.c中大部分代码都是处理数据格式的问题. 一:RDB文件格式 上图就是一 ...
- 循环读取文件夹中的图片matlab代码
参考:http://blog.csdn.net/guoxiaojie_415/article/details/21317323:http://blog.csdn.net/qikaihuting/art ...
- Vue开发警告[Vue warn]: Avoid replacing instance root $data. Use nested data properties instead.
Avoid replacing instance root $data. Use nested data properties instead. 翻译 避免替换实例根$data.请改用嵌套数据属性 错 ...
- OCR Tesseract 识别报 empty page解决办法
图片分辨率太低导致 周边加空白 然后重新操作,就行了
- 关于memset的使用
有些oj上的G++支持 cstdio的memset,有些则支持stdio.h中的memset(划掉) 这两个头文件关系比较复杂, 具体我也说不清...按照c++文档中的说法,stdio已经deprec ...
- lingo 出现63. MODEL IS ILL DEFINED 解决办法
63. MODEL IS ILL DEFINED. CHECK FOR UNDEFINED INDICES AND/OR CONDITIONS IN EXPRESSION: EXPRESSION. 还 ...