diff --git a/content/manuals/engine/swarm/networking.md b/content/manuals/engine/swarm/networking.md index 2187d9d97e..16369a35b7 100644 --- a/content/manuals/engine/swarm/networking.md +++ b/content/manuals/engine/swarm/networking.md @@ -436,7 +436,7 @@ This example joins the swarm managed by host `192.168.99.100:2377` and sets the ```console $ docker swarm join \ - --token SWMTKN-1-49nj1cmql0jkz5s954yi3oex3nedyz0fb0xx14ie39trti4wxv-8vxv8rssmk743ojnwacrr2d7c \ + --token SWMTKN-1-aaa \ --advertise-addr eth0 \ --data-path-addr eth1 \ 192.168.99.100:2377