Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed May 9, 2024
1 parent eca5694 commit 0b79aa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/_docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,8 +675,7 @@ docker swarm join --token <my_roken> leader_ip:2377
Listing 64: Commands to add a worker node to the Docker swarm.
</p>

| Note: If you forget the swarm token, you can display it by running the following command on the leader: `docker swarm join-token worker`. |
|-----------------------------------------------------------------------------------------------------------------------|
Note: If you forget the swarm token, you can display it by running the following command on the leader: `docker swarm join-token worker`.

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

Expand Down

0 comments on commit 0b79aa1

Please sign in to comment.