A jenkins docker combining with the use of the data volume from jenkinsdv docker.
281
Packages jenkins in a docker container.
docker run -d --name DouD --volumes-from jenkinsDV -v /var/run/docker.sock:/var/run/docker.sock -v $(which docker):/usr/bin/docker -p 8080:8080 -p 50000:50000 flasheryu/jenkins
This project relies on the docker-jenkinsdv project! Without flasheryu/jenkinsdv container, this jenkins will be a bare jenkins without any initializations(plugins, etc.).
jenkins user: flasheryu stupidhackeryou
Content type
Image
Digest
Size
299.7 MB
Last updated
about 10 years ago
docker pull flasheryu/jenkins