Varun Morevarmor.hashnode.dev·Mar 13, 2024Docker 101 - Stuff you need to know before diving into dockerBefore delving into Docker usage, it's essential to grasp the purpose and significance of its existence. This blog will explore the evolutionary journey of virtualisation and Docker, shedding light on why containerisation emerged and its role in addr...DockerDocker prerequisites
Biswaraj Sahoobiswaraj333.hashnode.dev·Jul 8, 2023DevOps(Day-21) : Docker Interview QuestionsWhat is the Difference between an Image, Container and Engine? Image: Docker image is a read-only package containing necessary dependencies, and commands that can be executed to run an application. It is the prerequisite for creating a container. C...28 readsDocker