Merge pull request #2571 from thaJeztah/forward_port_ready_filtering

[master forward-port] list state `ready` for filtering in stack_ps.md
This commit is contained in:
Silvin Lubecki 2020-06-25 15:23:48 +02:00 committed by GitHub
commit 7365ad15d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ tz6j82jnwrx7 voting_db.1 postgres:9.4
#### 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
$ docker stack ps -f "desired-state=running" voting