Day 21 - Docker Interview Questions and Answers
What is the Difference between an Image, Container and Engine?
Image:
An image is a lightweight, stand-alone, and executable package that includes everything needed to run an application, such as code, libraries, and dependencies.
An image is usual...
shreya-gupta.hashnode.dev14 min read