docker中如何查找镜像呢?

宫欣彤 Docker 发布时间:2022-06-05 21:02:52 阅读数:15374 1
下文笔者讲述docker中查找镜像的方法分享,如下所示
实现思路:
     方式1:
	    进入https://hub.docker.com/ 查找相应的镜像
	 
	 方式2:
	    使用docker search命令直接查找镜像
例:
 
[root@node0 ~]# docker search nginx
INDEX       NAME                                                        DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
docker.io   docker.io/nginx                                             Official build of Nginx.                        16904     [OK]       
docker.io   docker.io/linuxserver/nginx                                 An Nginx container, brought to you by Linu...   168                  
docker.io   docker.io/bitnami/nginx                                     Bitnami nginx Docker Image                      131                  [OK]
docker.io   docker.io/ubuntu/nginx                                      Nginx, a high-performance reverse proxy & ...   50                   
docker.io   docker.io/bitnami/nginx-ingress-controller                  Bitnami Docker Image for NGINX Ingress Con...   18                   [OK]
docker.io   docker.io/rancher/nginx-ingress-controller                                                                  10                   
docker.io   docker.io/clearlinux/nginx                                  Nginx reverse proxy server with the benefi...   4                    
docker.io   docker.io/ibmcom/nginx-ingress-controller                   Docker Image for IBM Cloud Private-CE (Com...   4                    
docker.io   docker.io/bitnami/nginx-ldap-auth-daemon                                                                    3                    
docker.io   docker.io/bitnami/nginx-exporter                                                                            2                    
docker.io   docker.io/circleci/nginx                                    This image is for internal use                  2                    
docker.io   docker.io/rancher/nginx-ingress-controller-defaultbackend                                                   2                    
docker.io   docker.io/vmware/nginx                                                                                      2                    
docker.io   docker.io/bitnami/nginx-intel                                                                               1                    
docker.io   docker.io/kasmweb/nginx                                     An Nginx image based off nginx:alpine and ...   1                    
docker.io   docker.io/rancher/nginx                                                                                     1                    
docker.io   docker.io/vmware/nginx-photon                                                                               1                    
docker.io   docker.io/wallarm/nginx-ingress-controller                  Kubernetes Ingress Controller with Wallarm...   1                    
docker.io   docker.io/continuumio/nginx-ingress-ws                                                                      0                    
docker.io   docker.io/ibmcom/nginx-ingress-controller-ppc64le           Docker Image for IBM Cloud Private-CE (Com...   0                    
docker.io   docker.io/ibmcom/nginx-ppc64le                              Docker image for nginx-ppc64le                  0                    
docker.io   docker.io/rancher/nginx-conf                                                                                0                    
docker.io   docker.io/rancher/nginx-ingress-controller-amd64                                                            0                    
docker.io   docker.io/rancher/nginx-ssl                                                                                 0                    
docker.io   docker.io/rapidfort/nginx                                   RapidFort optimized, hardened image for NGINX   0   
版权声明

本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。

本文链接: https://www.Java265.com/docker/202206/3658.html

最近发表

热门文章

好文推荐

Java265.com

https://www.java265.com

站长统计|粤ICP备14097017号-3

Powered By Java265.com信息维护小组

使用手机扫描二维码

关注我们看更多资讯

java爱好者