Day 21 Task: Docker Important interview Questions.
What is the Difference between an Image, Container and Engine?
Image:
A read-only template used to create containers.
Images are built from a Dockerfile, which contains instructions to assemble the image.
Images can be stored locally or in a regi...
vshivde.hashnode.dev8 min read