A beginner’s guide to Docker — How to create your first Docker application 🐳
Before starting to build the app, let's first install the pre-requisites that are required for building the docker containers,
1. Install Docker on your machine
For Linux (Ubuntu/Debian Based distros):
sudo apt install docker.io
For MacOSX: you ca...
blog.craftedbrain.com4 min read