Day 21-Docker Intverview Questions
What is the Difference between an Image, Container and Engine?
A Docker image is a read-only template that contains a set of instructions for creating a container that can run on the Docker platform
Docker containers are the live, running instances o...
arunimadas18.hashnode.dev6 min read