From 84d4a367ece170fb3af4800d6ccfd9830b214784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Sat, 15 Apr 2017 17:45:24 -0500 Subject: [PATCH] Mention --filter for docker service ps --- docs/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index c120bd32..4ac5b96f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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)