Jenkins LTS + Docker + Docker Compose
5.3K
Image based on jenkins:lts, and includes the following: docker-ce, docker-compose including bash-completion scripts. Please see Run from Docker registry for more details and commands.
docker run -d --name jenkins \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 8080:8080 -p 50000:50000 \
jsloan117/jenkins
The full documentation is available here.
Jenkins documentation is available here.
Content type
Image
Digest
Size
389.4 MB
Last updated
over 5 years ago
docker pull jsloan117/jenkins