赞
踩
docker search [OPTIONS] TERM
option | 作用 |
---|---|
-f, --filter filter | 根据提供的 filter 过滤输出 |
–limit int | 搜索结果条数最大为 int(默认25) |
–no-trunc | 显示完整的镜像 description |
–format | 使用 Go 模板进行美观打印 |
docker search ubuntu
docker search --limit 2 ubuntu
docker search --no-trunc --limit 2 ubuntu
docker search --filter=stars=288 --no-trunc ubuntu
docker search --filter is-automated=true busybox
docker search --filter stars=288 --filter is-official=true ubuntu
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。