#90DaysOfDevops | Day 21
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.
Cont...
rajendrapatil9949.hashnode.dev8 min read