DAY 21 : Docker Important interview Questions.
What 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.
Con...
manojbhamidipati.hashnode.dev8 min read