Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in DevOps and Agile by (47.6k points)

 How do Jenkins and Docker work together?

1 Answer

0 votes
by (106k points)

You can use Jenkins for building and deploying your application from source code. And you can run your application inside Docker container. Jenkins may be used to build the Docker image with your application and push it to the public or private Docker registry. This is a standard Continuous Integration / Continuous Delivery process, which can be realized using Jenkins pipeline and Docker Pipeline Plugin. If you want to make your career in these fields then I would suggest you must take up the following Docker Training Course and Jenkins Training Course. Here is a video tutorial for you which you must watch to learn all its concepts which will help you know it better. 

Docker:

Jenkins:

Browse Categories

...