Skip to content

Commit 0b79aa1

Browse files
committed
fix typo in docs
1 parent eca5694 commit 0b79aa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/_docs/installing.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,7 @@ docker swarm join --token <my_roken> leader_ip:2377
675675
Listing 64: Commands to add a worker node to the Docker swarm.
676676
</p>
677677

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-
|-----------------------------------------------------------------------------------------------------------------------|
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`.
680679

681680
You can verify the Docker swarm configuration by running `docker node ls`.
682681

0 commit comments

Comments
 (0)