Day-21 Docker Important Interview Questions !
What is the Difference between an Image, Container, and Engine?
Docker images:
Docker images are the read-only binary templates used to create docker containers or a single file with all dependencies and configurations required to run the program.
...
madhuripdevops.hashnode.dev10 min read