Using containers in the CI/CD pipeline Create Docker images with Jenkins
Jenkins allows developers to create container images in CI/CD pipelines. This also allows images to be transferred between environments. Here we show you how creation and configuration work.
Jenkins allows you to create your own Docker images and transfer them to different environments.
In principle, working with Jenkins also works on the basis of Docker containers, which, in particular, simplifies deployment. Of course, other deployment scenarios for Jenkins can also be used.
The only important thing when using Jenkins with Docker is that the environments can communicate with each other. Since the communication takes place over the network, this can be easily implemented even without a Docker container, but the process is fundamentally simpler.
To be able to read this article in full, you must be registered. The free registration gives you access to exclusive specialist information.