21 Days of Docker-Day 14 -Introduction to Docker Swarm- Part 1

What is Docker Swarm? Docker Swarm is a clustering and scheduling tool for Docker containers. With Swarm, you can establish and manage a cluster of Docker nodes as a single virtual system. Swarm Manager: Swarm manager purpose is to receive commands on behalf of the cluster and assign containers to Swarm nodes Worker Node: is … Continue reading 21 Days of Docker-Day 14 -Introduction to Docker Swarm- Part 1