DevOps(Day-21) : Docker Interview Questions
What is the Difference between an Image, Container and Engine?
Image: 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.
C...
biswaraj333.hashnode.dev9 min read