Day 21 : Docker Interview Questions
Q: What is the Difference between an Image, Container, and Engine?
A:
Image: An image is a template containing everything needed to run an application, including code, runtime, libraries, and dependencies.
Container: A container is an instance of a...
devab.hashnode.dev4 min read