Skip to content

In this project we developed a python application(using flask) also we containerize the whole application and we also done ci/cd pipe line through jenkins

Notifications You must be signed in to change notification settings

anir7702/python-web-app

Repository files navigation

running of Docker in the server

Steps to Run docker conatainer

Docker file is there in our repo

STEPS:

sudo apt update

sudo apt install docker.io

sudo systemctl start docker

sudo systemctl enable docker

sudo systemct status docker

sudo docker build -t .

sudo docker images (To check whether the image is created or not)

sudo docker ps -a ( to check conatiner status)

sudo docker start

sudo docker run -it -d -p 5000:5000 <image_name>

About

In this project we developed a python application(using flask) also we containerize the whole application and we also done ci/cd pipe line through jenkins

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published