How to build Docker Image Using Jenkins Pipeline

Опубликовано: 06 Октябрь 2024
на канале: 10 min IT tutorials
51,035
389

In this session, we will create a simple web application in Node.js, then we will build a Docker image for that application, and run the image as a container.
We will then introduce Jenkins to build the same image and push the image to the Docker Hub. We will cover the basics of utilizing Docker from within a Jenkinsfile.

Dockerizing a Node.js web application
https://nodejs.org/en/docs/guides/nod...

Using Docker with Pipeline
https://jenkins.io/doc/book/pipeline/...

GitHub
https://github.com/miltonchandradas/d...