Set up docker swarm
Note:
Docker has to be installed on the server
Docker swarm technology is already implemented into the docker installation
To install docker follow this guide
Enable docker swarm on master node
This will print on screen a docker command that has to be run on every worker node
2. Run command on worker nodes
3. Verify if the nodes have actually joined the cluster successfully
Notes:
To go more in depth about the nodes:
To get the token again, run the command on the master node:
Last updated