Docker Commands
Docker Container
A set of layers of images. mostly linux base images, mostly alpine because it is a lightweight version of Linux OS.
Application image is always on top
Docker Architecture
What happens when you run the following commands;
docker pull...
mwaisaka.hashnode.dev2 min read