this is a simple docker image
https://docs.docker.com/get-docker
you can download the files from here
or clone the repository using git
git clone https://github.com/theSEClub/docker-demo
you can do this by shift + right click Open in Terminal
in Windows
or use the terminal like a pro 🔥
cd docker-demo
docker build . -t seclub-image
docker run -p 8000:5000 seclub-image
type this url in your browser to see the image working
http://localhost:8000