Mention --filter for docker service ps

This commit is contained in:
Jérôme Petazzoni
2017-04-15 17:45:24 -05:00
parent bd6b37b573
commit 84d4a367ec

View File

@@ -4042,7 +4042,7 @@ Note how the build and push were fast (because caching).
## Watching the deployment process
- We will need to open a new window for this
- We will need to open a new terminal for this
.exercise[
@@ -4058,7 +4058,7 @@ Note how the build and push were fast (because caching).
- Then we filter out the tasks whose current **and** desired state is `Shutdown`
- Future versions might have fancy filters to make that less tinkerish
- There is also a `--filter` option, but it doesn't allow (yet) to specify that filter
---
@@ -4084,6 +4084,7 @@ By default, SwarmKit does a rolling upgrade, one instance at a time.
---
## Changing the upgrade policy
- We can set upgrade parallelism (how many instances to update at the same time)