Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Tag Azure

Setup Docker Swarm Cluster on Ubuntu 18.04 in Azure VPS

docker-swarm
Docker Swarm is native clustering for Docker. It turns a pool of Docker hosts into a single, virtual host. We continue to run the Docker commands we’re used to, but now they are executed on a cluster by a swarm manager. The machines in a swarm can be physical or virtual. After joining a swarm, they are referred to as nodes.
Need Help?