Fix docker ps (#2196)

This commit is contained in:
Ryan Zhang 2017-03-08 12:04:02 -08:00 committed by John Mulhausen
parent 3fbdd218ba
commit b85962f3f6
1 changed files with 2 additions and 0 deletions

View File

@ -354,6 +354,7 @@ examples: |-
```
The following filter matches all containers that have exposed TCP port in the range of `8000-8080`:
```bash
$ docker ps --filter expose=8000-8080/tcp
@ -362,6 +363,7 @@ examples: |-
```
The following filter matches all containers that have exposed UDP port `80`:
```bash
$ docker ps --filter publish=80/udp