Docker interview Questions
What is the Difference between an Image, Container and Engine?
Image: They are packages containing application code, dependencies & software packages which are required to run the application. Docker images are immutable, so you cannot change them on...
nishantsharma.hashnode.dev11 min read