This tutorial will show you how to setup a swarm and deploy your first services. Init your swarm docker swarm init --advertise-addr $(hostname -i) Copy the join command (watch out for newlines) output and paste it in the other terminal. Show members of swarm Type the below command in the first terminal: docker node ls That last line will show you a list of all the nodes, something like this: ID HOSTNAME STATUS AVAILABILITY MANAGE R STATUS kytp4gq5mrvmdbb0qpifdxeiv * node1 Ready Active Leader ...