Docker Basics
Let’s get familiarized with key concepts
Container
A lightweight, standalone and executable package that includes everthing needed to run a piece of software.
Image
It contains all the instruction needed to create a container. This is kind of a templ...
asitmohanty.hashnode.dev8 min read