Building a Docker file and pushing to Docker hub
Prerequisites.
Linux system with Docker installed
Docker Hub account (free tier available)
Step 1:
Install Docker if not already installed with these commands:
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software...
teslimlawal.hashnode.dev2 min read