赞
踩
docker search命令是用来从docker仓库查找镜像
docker search [参数] TERM
- [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 ~]#
命令:
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
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。