this repo consist of college project image...
98
Installations Guide
step 1) install docker in your local machine
sudo apt install docker -y
step 2) pull the docker image docker pull mayur4279/college_project:project_v1
step 3) Run the following command to start the container
docker run -d -p 8000:8000 --name project mayur4279/college_project:project_v1
step 4) Access your website using your public ip or private ip
curl <your_ip>:8000
Content type
Image
Digest
sha256:5ce5e1ddd…
Size
509.6 MB
Last updated
over 2 years ago
docker pull mayur4279/college_project:project_v1