Day 21 Task: Important Docker Interview Questions
1. What is the difference between an Image, Container, and Engine?
Image: A read-only template with application code and dependencies that is used to create containers.
Container: A running instance of an image that contains an isolated environment...
devopsinsightwithshivani.hashnode.dev4 min read