DevOps, Project Blog - 4
Launch 3 instances, 1-manager, other 2-workers, and SSH it...
Set up Docker: Install Docker in all the instances, and check the version..
sudo apt install docker.io
docker -v
Initialize a Docker Swarm:
On a manager instance, initialize a Do...
vrishni.hashnode.dev2 min read