Spandan Mandaltheopslens.hashnode.devΒ·Dec 20, 2024DockerWhat is a Container? A container is a standard unit of software that packages up code and all its dependencies, ensuring that an application runs quickly and reliably across different computing environments. A Docker container image is a lightweight,...Docker
Divakar Pawardivakarpawar-dockerfundamentals.hashnode.devΒ·Nov 15, 2024An In-Depth Guide to Docker: Understanding Containers, Architecture, and CommandsDocker has transformed software development and deployment by offering a lightweight and efficient way to package, ship, and run applications. It leverages containerization to ensure consistency across diverse environments, from a developer's machine...docker-architecture
Munilakshmi G J100daysdevops.hashnode.devΒ·Nov 6, 2024Day 12 of 100 Days : Deep Dive into Docker Containersπ³ Why Are Containers So Lightweight? Unlike VMs, which each require a full operating system, containers share the host OS kernel. This makes them incredibly lightweight, as they don't need to load separate OS layers. Containers also include only the...Devops
Kandlagunta Venkata Siva Niranjan Reddygettingstartedwithdocker.hashnode.devΒ·Oct 30, 2024Docker ArchitectureDocker Architecture is the foundational system design that enables Docker to create, execute, and orchestrate containers efficiently. Docker Architecture Contains Three Components: Docker Client Docker Host Docker Registry Client β API Request ...Devops
ANNU KUMARImyfirstblog123.hashnode.devΒ·Sep 15, 2024Architecture of DockerIn the previous article, I described what Docker is. Now, Iβm going to write about the architecture of Docker. So, letβs delve into the architecture of Docker. Docker's architecture is fascinating and foundational for understanding how it operates. A...1 likeΒ·28 readsDocker
Rajat Chauhanchauhanrajatwork.hashnode.devΒ·Aug 27, 2024Day 1/40 - Docker FundamentalsDocker Docker is an open-source platform that automates the deployment of applications inside lightweight, portable containers. It provides a consistent environment for development, testing, and production, allowing applications to run reliably acros...2 likesΒ·184 readsCKA (2024)dockerd
Sagar Budhathokiblog.budhathokisagar.com.npΒ·Jun 28, 2024Docker For Beginners: Learning NotesWhat is Docker? Docker is a Containerization platform that simplifies packaging, deploying, and running applications. It bundles applications and their dependencies into CONTAINERS, ensuring consistent behavior across different environments. Docker e...48 readsDocker
Sakeena Shaiksakeenashaik.hashnode.devΒ·Apr 26, 2024Unpacking Docker: Understanding Its Architecture and Key Componentsπ£ππΌππΎπ ππΊπ ππΎπππ ππππππππΎπ½ πππΎ ππΊπ ππΎ π»πππ π½, π½πΎππ ππ, πΊππ½ ππΊππΊππΎ πΊπππ ππΌπΊπππππ. πΆπππ πππ πΌππππΊπππΎπ-π»πΊππΎπ½ πΊπππππΊπΌπ, π£ππΌππΎπ ππππππ½πΎπ πΊ π ππππποΏ½...2Articles1Week
Sidharth Dashsidharthsatyabrata.hashnode.devΒ·Mar 7, 2024Containerizing Application with Docker and Docker Concepts, Multistage Docker VolumesMonolithic Application vs Micro service:- In Monolithic application has a single code base where we have merged all the modules and created a single jar file. I can't specifically allocate more resources to a single specific module i have to scale th...1 likeΒ·81 readsDockerscout
Saurabh Adhaudevopsvoyager.hashnode.devΒ·Jan 3, 2024Understanding Docker: A Comprehensive GuideIntroduction The landscape of application deployment has undergone a significant evolution over the years. From traditional monolithic architectures to the rise of microservices, the need for agility, scalability, and efficiency has driven transforma...30 likesΒ·28 readsDockerDocker