Skip to content

Commit

Permalink
docs(zh-cn): List all containers with a specified image
Browse files Browse the repository at this point in the history
  • Loading branch information
geminiyellow committed May 16, 2016
1 parent e70b798 commit 4c18fd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,12 @@ docker stats $(docker ps -q)
docker stats $(docker ps --format '{{.Names}}')
```

按指定镜像名称列出所有容器:

```
docker ps -a -f ancestor=ubuntu
```

## 贡献手册(Contributing)

这是关于如何为这份速查表做贡献的说明。
Expand Down

0 comments on commit 4c18fd3

Please sign in to comment.