Day 21 : Docker Important interview Questions
Q1. What is the Difference between an Image, Container and Engine?
Docker Image : A docker image is a read-only template that contains the application code, dependencies, configurations, and all required binaries for an application to run. It is immu...
rksingh.hashnode.dev8 min read