diff --git a/manuscript/ha-docker-swarm/docker-swarm-mode.md b/manuscript/ha-docker-swarm/docker-swarm-mode.md index 70ad99d..0c41cf6 100644 --- a/manuscript/ha-docker-swarm/docker-swarm-mode.md +++ b/manuscript/ha-docker-swarm/docker-swarm-mode.md @@ -148,6 +148,8 @@ proxy: remoteurl: https://registry-1.docker.io ``` +Launch the registry stack by running ```docker stack deploy registry -c ``` + ### Enable registry mirror and experimental features To tell docker to use the registry mirror, and in order to be able to watch the logs of any service from any manager node (_an experimental feature in the current Atomic docker build_), edit **/etc/docker-latest/daemon.json** on each node, and change from: @@ -214,7 +216,7 @@ networks: !!! note Setup unique static subnets for every stack you deploy. This avoids IP/gateway conflicts which can otherwise occur when you're creating/removing stacks a lot. See [my list](/reference/networks/) here. -Launch the cleanup stack by running ```docker stack deploy docker-clenaup -c ``` +Launch the cleanup stack by running ```docker stack deploy docker-cleanup -c ``` ### Tweaks