赞
踩
Docker search命令是用来在Docker Hub或其他Docker Registry中搜索镜像的。它允许用户查找公共和私有的Docker镜像,并列出与搜索条件匹配的所有相关镜像信息。
docker search [OPTIONS] TERM
docker search -f
docker search --limit
docker search --no-index
docker search --no-trunc
docker search --automated
docker search tomcat
docker search -f "stars >= 100" nginx
docker search -f "收藏数 >= <指定值>" <镜像名>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。