News

How to pull from Git, build a Docker image, and publish the image to Docker Hub.
How to use Jenkins with Docker If your Jenkins builds don’t use Docker, you’re not playing the continuous integration game on expert level. By delegating the compile, test, package and deploy steps to ...
How to run Jenkins in Docker To run Jenkins in a Docker container, simply issue a docker run command with the following configuration parameters: Use the jenkins/Jenkins:lts image to run the latest ...