Day 21 Docker Important interview Questions.
What is the Difference between an Image, Container and Engine?
Docker Image:- Docker image is just a blueprint of the docker container.
Docker Container:- Docker container is the running instance of the docker image
Docker Engine:- Docker engine is p...
gokulbodakelinux.hashnode.dev7 min read