🙈 Jenkins Image with Docker installed
391

docker pull frapsoft/jenkins
docker run frapsoft/jenkins
with persistent data:
docker run -it \
-v jenkins-data:/var/jenkins_home \
-p 8080:8080 \
jenkins
Get the latest News about Web Development, Open Source, Tooling, Server & Security
Content type
Image
Digest
Size
328.4 MB
Last updated
almost 10 years ago
docker pull frapsoft/jenkins-docker