From fac23fea474c9217234b42650cdbfab181311d3f Mon Sep 17 00:00:00 2001 From: herveleclerc Date: Wed, 16 Oct 2024 13:03:30 +0200 Subject: [PATCH] typos --- labs/liascript/labs-docker-fundamentals.md | 1 - 1 file changed, 1 deletion(-) diff --git a/labs/liascript/labs-docker-fundamentals.md b/labs/liascript/labs-docker-fundamentals.md index dd836bb..4cb230c 100644 --- a/labs/liascript/labs-docker-fundamentals.md +++ b/labs/liascript/labs-docker-fundamentals.md @@ -2275,7 +2275,6 @@ to stop and remove containers ## 10. Advanced Orchestration Swarm mode - ### 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.