Day 21:
Docker Important interview Questions:
Questions:
1. What is the Difference between an Image, Container and Engine?
An Image is a pre-configured file system containing all required files, libraries, dependencies to run an application.
A Container is a running instance of an Image, which r...
learnwithlokesh.hashnode.dev13 min read