Skip to content

theSEClub/docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Demo

this is a simple docker image

How to Run:

1- Install Docker

Windows / Linux

https://docs.docker.com/get-docker

Apple MacOS

https://orbstack.dev

2- Download demo

you can download the files from here
or clone the repository using git

git clone https://github.com/theSEClub/docker-demo

3- Open Terminal in the project folder

you can do this by shift + right click Open in Terminal in Windows
or use the terminal like a pro 🔥

cd docker-demo

4- Build docker image

docker build . -t seclub-image

5- Run the container

docker run -p 8000:5000 seclub-image

6- Open the browser

type this url in your browser to see the image working

http://localhost:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published