Day 21: Important Docker Interview Questions
Question 1: What is the difference between an Image, Container, and Engine?
Answer:
Image: An image in Docker is a lightweight, standalone, and executable package that includes everything needed to run a piece of software. It encompasses the code, ru...
arjunmenon.hashnode.dev8 min read