diff --git a/content/manuals/engine/swarm/swarm-tutorial/create-swarm.md b/content/manuals/engine/swarm/swarm-tutorial/create-swarm.md index 3da6685694..f067831352 100644 --- a/content/manuals/engine/swarm/swarm-tutorial/create-swarm.md +++ b/content/manuals/engine/swarm/swarm-tutorial/create-swarm.md @@ -29,7 +29,7 @@ machines. To add a worker to this swarm, run the following command: docker swarm join \ - --token SWMTKN-1-49nj1cmql0jkz5s954yi3oex3nedyz0fb0xx14ie39trti4wxv-8vxv8rssmk743ojnwacrr2e7c \ + --token SWMTKN-1-aaa \ 192.168.99.100:2377 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.