Day21 of #90daysofdevops | Docker Important interview Questions & Answers
1.What is the difference between an Image, Container and Engine?
Image: A docker image is a read-only package containing necessary dependencies and commands that can be executed to run an application. It is the prerequisite for creating a container.
...
devrahul.hashnode.dev8 min read