4-Docker命令之docker search

小黑要上天 2024-07-19 13:37:03 阅读 52

1.docker search介绍

docker search命令是用来从docker仓库查找镜像

2.docker search用法

docker search [参数] TERM

<code>[root@centos79 ~]# docker search --help

Usage: docker search [OPTIONS] TERM

Search Docker Hub for images

Options:

-f, --filter filter Filter output based on conditions provided

--format string Pretty-print search using a Go template

--limit int Max number of search results

--no-trunc Don't truncate output

[root@centos79 ~]#

3.实例

3.1.搜索指定镜像

命令:

docker search nginx

[root@centos79 ~]# docker search nginx

NAME DESCRIPTION STARS OFFICIAL AUTOMATED

nginx Official build of Nginx. 19298 [OK]

unit Official build of NGINX Unit



声明

本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。