Skip to content

Commit

Permalink
swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
herveleclerc committed Oct 16, 2024
1 parent 88ede5c commit 384c791
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions labs/liascript/labs-docker-fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -2272,15 +2272,15 @@ docker compose down
to stop and remove containers
# 10. Advanced Orchestration Swarm mode
## 10. Advanced Orchestration Swarm mode
# Exercise 1 - Initialize Docker Swarm and Add Nodes to the Cluster
### 10.1 Initialize Docker Swarm and Add Nodes to the Cluster
In this exercise, you'll initialize Docker Swarm. Docker Swarm provides clustering and orchestration capabilities to allow you to turn a group of machines running Docker into a single, virtual Docker engine.
## Initialize Swarm Manager Node
### 10.2 Initialize Swarm Manager Node
1. Open a terminal in the same VM that you cloned this GitHub repository
2. Identify the IP address of your VM. In Linux, you can can open the Connection Information Prompt on the top right and find your address under the `IPv4` section. You can also use `ifconfig` to find the IP. It should look something like `192.168.x.x`.
Expand Down Expand Up @@ -2311,7 +2311,7 @@ To add a manager to this swarm, run 'docker swarm join-token manager' and follow
Copy the `docker swarm join` command for the next step.
## Add Swarm Worker Nodes
### 10.3 Add Swarm Worker Nodes
To demonstrate Docker Swarm service model and networking, you'll need to add some worker nodes to the swarm.
Expand Down

0 comments on commit 384c791

Please sign in to comment.