Back
How do Jenkins and Docker work together?
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:
31k questions
32.8k answers
501 comments
693 users