File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ Ubuntu 是一个以桌面应用为主的GNU/Linux操作系统,其名称来自
44
44
45
45
#### 使用 Ubuntu 官方镜像
46
46
47
- Ubuntu 相关的镜像有很多,这里使用 ` -s 10 ` 参数,只搜索那些被收藏 10 次以上的镜像。
47
+ Ubuntu 相关的镜像有很多,这里使用 ` --filter=stars= 10 ` 参数,只搜索那些被收藏 10 次以上的镜像。
48
48
49
49
``` bash
50
- $ docker search -s 10 ubuntu
50
+ $ docker search --filter=stars= 10 ubuntu
51
51
52
52
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
53
53
ubuntu Official Ubuntu base image 840 [OK]
@@ -61,7 +61,6 @@ clue/ttrss The Tiny Tiny RSS feed reader allows you t.
61
61
dockerfile/ubuntu-desktop Trusted automated Ubuntu Desktop (LXDE) (h... 14 [OK]
62
62
tutum/ubuntu Ubuntu image with SSH access. For the root... 12 [OK]
63
63
` ` `
64
- * 注意,Docker 1.12 版本中已经不支持 --stars 参数,则可以使用 -f stars=N 参数。*
65
64
66
65
根据搜索出来的结果,读者可以自行选择下载镜像并使用。
67
66
You can’t perform that action at this time.
0 commit comments