This is a fork of the Git repo of the Docker official image for jenkins.
This images includes:
- Ruby
- Bundler
- AWS CLI
- Terraform
- Docker (client) and Docker Compose
2.150.1 LTS
Refer to the official site on how to use this image. It's pretty the same.
To make it short:
docker run -d --name jenkins -p 8080:8080 -p 50000:50000 -v /your/home:/var/jenkins_home mminks/docker-jenkins