Day 21 - Docker Important interview Questions
What is the difference between an Image, Container, and Engine?
Docker Image -
Think of it like a recipe or blueprint for your app.
It has everything your app needs: code, tools, settings, etc.
It’s read-only and used to create containers.
...
gayatrish.hashnode.dev7 min read
emerie zaiya
Great article.