Deploying a web app with docker using Jenkins

Channel:
Subscribers:
19
Published on ● Video Link: https://www.youtube.com/watch?v=XDrSzHmyCLs



Duration: 8:00
602 views
10


This video show how to deploy a web app on docker containers and using Jenkins to automate the build process.
my github repository link:
https://github.com/Arnav-Hazra/web-app-cat

to build the image run:
docker build -t 'username'/web-app

to run the web-app:
docker run -p 8888:5000 --name web-app 'username'/web-app
user your docker username instead of 'username'

You Are Welcome 😄👍







Tags:
docker web app
docker and jenkins
web app with jenkins
web application with docker
web app with docker and jenkins