Deploying a web app with docker using Jenkins
Channel:
Subscribers:
19
Published on ● Video Link: https://www.youtube.com/watch?v=XDrSzHmyCLs
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 😄👍
Other Videos By Arnav's Zone
2021-04-17 | Watch Dogs 2 - Last Mission: Mission Motherload gameplay |
2021-03-24 | Witcher 3: Ciri last battle (God mode Ciri) |
2021-03-19 | The Witcher 3: Contract - Dragon |
2021-02-03 | Raji: An Ancient Epic - Defeating Mahabalasura (last boss) |
2021-02-03 | Raji: An Ancient Epic - Facing the Naga |
2021-01-08 | Anno 1800 : First 10 mins of campaign gameplay |
2021-01-01 | Witcher 3: Searching for Ciri in Skellige |
2020-12-11 | The Witcher 3: Wild hunt - Cave of Dreams gameplay |
2020-12-08 | The Witcher 3: Wild Hunt - Possession(side quest) gameplay |
2020-11-17 | Raji: An Ancient epic Rangda Demon fight and some gameplay |
2020-11-02 | Deploying a web app with docker using Jenkins |
2020-10-29 | Raji: An ancient epic cheiftain boss fight and some gameplay |
2020-10-25 | Legend of Zelda BoTW: Ballad of champions last boss fight |
2020-09-28 | Among us strategy (funny) |
Tags:
docker web app
docker and jenkins
web app with jenkins
web application with docker
web app with docker and jenkins