From 9a9e725d5bf6df261695e14254a8ec102550378e Mon Sep 17 00:00:00 2001 From: Holger Knust Date: Sat, 4 Mar 2017 11:29:01 -0800 Subject: [PATCH 1/2] Service name should be dockercoins_worker not worker --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index b5e727c1..928662ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3845,7 +3845,7 @@ Note how the build and push were fast (because caching). - Look at our service status: ```bash - watch -n1 "docker service ps worker | grep -v Shutdown.*Shutdown" + watch -n1 "docker service ps dockercoins_worker | grep -v Shutdown.*Shutdown" ``` ] From 6610ff178d7910c45cd7580ee41bca325ececa4e Mon Sep 17 00:00:00 2001 From: Holger Knust Date: Sat, 4 Mar 2017 23:13:35 -0800 Subject: [PATCH 2/2] Fixed typo on slide. Attempts instead of attemps --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 928662ac..b0543866 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6480,7 +6480,7 @@ More resources on this topic: docker service update ... --force ``` -.warning[Docker will silently ignore attemps to remove a non-existent label or constraint] +.warning[Docker will silently ignore attempts to remove a non-existent label or constraint] - It won't warn you if you typo when removing a label or constraint!