Day 21: Docker Important interview Questions.
What is the Difference between an Image, Container, and Engine ?
Docker Image:
An image is an inert, immutable file that serves as a snapshot of a container.
It contains all the dependencies, code, and runtime environment needed to run an applicat...
sahilkaushal.hashnode.dev14 min read