We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca5694 commit 0b79aa1Copy full SHA for 0b79aa1
docs/_docs/installing.md
@@ -675,8 +675,7 @@ docker swarm join --token <my_roken> leader_ip:2377
675
Listing 64: Commands to add a worker node to the Docker swarm.
676
</p>
677
678
-| Note: If you forget the swarm token, you can display it by running the following command on the leader: `docker swarm join-token worker`. |
679
-|-----------------------------------------------------------------------------------------------------------------------|
+Note: If you forget the swarm token, you can display it by running the following command on the leader: `docker swarm join-token worker`.
680
681
You can verify the Docker swarm configuration by running `docker node ls`.
682
0 commit comments