Skip to content

Commit 60fb624

Browse files
authored
Merge pull request yeasy#329 from khs1994-docker/master
Remove deprecated content
2 parents 79702eb + 58c6540 commit 60fb624

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cases/os/debian.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Ubuntu 是一个以桌面应用为主的GNU/Linux操作系统,其名称来自
4444

4545
#### 使用 Ubuntu 官方镜像
4646

47-
Ubuntu 相关的镜像有很多,这里使用 `-s 10` 参数,只搜索那些被收藏 10 次以上的镜像。
47+
Ubuntu 相关的镜像有很多,这里使用 `--filter=stars=10` 参数,只搜索那些被收藏 10 次以上的镜像。
4848

4949
```bash
50-
$ docker search -s 10 ubuntu
50+
$ docker search --filter=stars=10 ubuntu
5151

5252
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
5353
ubuntu Official Ubuntu base image 840 [OK]
@@ -61,7 +61,6 @@ clue/ttrss The Tiny Tiny RSS feed reader allows you t.
6161
dockerfile/ubuntu-desktop Trusted automated Ubuntu Desktop (LXDE) (h... 14 [OK]
6262
tutum/ubuntu Ubuntu image with SSH access. For the root... 12 [OK]
6363
```
64-
*注意,Docker 1.12 版本中已经不支持 --stars 参数,则可以使用 -f stars=N 参数。*
6564
6665
根据搜索出来的结果,读者可以自行选择下载镜像并使用。
6766

0 commit comments

Comments
 (0)