Day 21 of #90DaysOfDevops || Docker Interview Questions
Questions with their answers.
What is the Difference between an Image, Container and Engine?
Docker image is a light weight read-only template of the application which will be used to create docker container. docker image is build from docker file....
hrmndevops.hashnode.dev10 min read