From f817c70ff4baa7d7bb6edcf4d953496abf2734cf Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Sun, 14 Aug 2022 15:50:59 +0700 Subject: [PATCH] Resources added for Docker swarm (#1499) * Resources added for Docker swarm * Update content/roadmaps/102-devops/content/105-infrastructure-as-code/104-docker-swarm.md Co-authored-by: Kamran Ahmed --- .../105-infrastructure-as-code/104-docker-swarm.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/104-docker-swarm.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/104-docker-swarm.md index eec61f718..7633385c9 100644 --- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/104-docker-swarm.md +++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/104-docker-swarm.md @@ -1 +1,8 @@ -# Docker swarm \ No newline at end of file +# Docker Swarm + +A Docker Swarm is a group of either physical or virtual machines that are running the Docker application and that have been configured to join together in a cluster. Once a group of machines have been clustered together, you can still run the Docker commands that you're used to, but they will now be carried out by the machines in your cluster. The activities of the cluster are controlled by a swarm manager, and machines that have joined the cluster are referred to as nodes. + +Free Content +Official Website +Docker Swarm Documentation +Docker Swarm Tutorial for Beginners