- Have Docker Installed GLOBALLY in your system
- Clone the repo in a folder
- Run the command docker build -t "your_tag" .
- Where docker will build the image and put it in a destination file which is represented here with a dot(.)
- Now run docker run "your_tag"
