krishnapal rawatkrishkp.hashnode.dev·Dec 2, 2023Docker swarm and docker StackSection 1: Docker Swarm Subsection 1.1: Understanding Docker Swarm Docker Swarm is a native clustering and orchestration tool for Docker. It allows you to create and manage a swarm of Docker hosts, turning them into a single, virtual Docker host. Unl...Docker
Neha Bhardwajnehabhardwaj.hashnode.dev·Feb 5, 2023Docker Swarm & Service Stack DeploymentDocker Swarm is a combination of two words: Docker + Swarm; which means it is a group of servers used to run docker applications. These servers can run multiple containers and replicate themselves as per the requirements. As we studied in the previou...147 readsDocker
SAFIA KHATOONsafiakhatoon.hashnode.dev·Jan 23, 2023Docker Basics to Advanced Blog's with projectWhat is Docker? Docker is an open-source centralized platform designed to create, deploy, and run applications. Docker uses containers on the host's operating system to run applications. It allows applications to use the same Linux kernel as a system...4 likes·663 readsDocker