mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 20:39:17 +00:00
Mention --filter for docker service ps
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user