Docker Swarm
This is a continuation of my previous blog on Docker machine. In this blog, I will cover Docker Swarm. Swarm manages a set of Docker nodes as a single cluster. This has the following advantages: Rather than managing individual Docker nodes, the cluster can be managed as a single entity. Swarm has an in-built scheduler … Continue reading Docker Swarm