What is Docker? Let's Understand with real world analogy.
What is Docker?
Docker is an open platform that enables developers to build, deploy, run, update, and manage containers.
What is Docker Images?
Docker images are read-only templates. It contains the necessary things to run a container like code, runt...
shivam-v.hashnode.dev3 min read
Gautam Kumar
Damn these point made me understand the crux of what Docker is about, Thanks!!