mirror of https://github.com/docker/cli.git
Merge pull request #1550 from SimonHeimberg/patch-1
list state `ready` for filtering in stack_ps.md
This commit is contained in:
commit
c1ea761867
|
@ -106,7 +106,7 @@ tz6j82jnwrx7 voting_db.1 postgres:9.4
|
||||||
|
|
||||||
#### desired-state
|
#### desired-state
|
||||||
|
|
||||||
The `desired-state` filter can take the values `running`, `shutdown`, or `accepted`.
|
The `desired-state` filter can take the values `running`, `shutdown`, `ready` or `accepted`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker stack ps -f "desired-state=running" voting
|
$ docker stack ps -f "desired-state=running" voting
|
||||||
|
|
Loading…
Reference in New Issue