Day 21 Task: Important Docker Interview Questions
Questions:
What is the difference between an Image, Container, and Docker Engine?
Docker Image: A Docker Image is a read-only, static template that contains all the instructions necessary to create a container. It includes the application code, depen...
vibhutijain.hashnode.dev13 min read