In this video, I have tried to explain to you what is docker swarm, how to create a swarm, and managing nodes in a swarm.
Topics covered in this video are:
1) What is Docker Swarm?
2) Why we are using docker swarm
3) Benefits of using docker swarm
4) How to create a machine in docker
5) How to create and manage Docker swarm
6) And some useful commands
Keep learning,
Praveen Prakash
Reference links : --
1) https://docs.docker.com/engine/swarm/...
2) https://docs.docker.com/engine/swarm/...
Commands
1) to install virtual box `Brew cask install virtual box`
2) to create machine. `docker-machine create --driver VirtualBox machine name`
3) to get into the machine `docker-machine ssh machine name
4) to create a manager `docker swarm init --advertise-addr MANAGER-IP`