Jenkins with latest version and JDK 1.8.121 on alpine 3.5 release
989
# Adding -v will mount the volume from containers Jenkins home directory to your location on the host, this is to ensure you have the backup of all Jenkins jobs and plugins in case your container is deleted.
docker run --rm -p 8080:8080 -it -v /custom/location/on/your/host:/var/lib/jenkins/ iabhi/jenkins:alpine
Content type
Image
Digest
sha256:6dbc89a79…
Size
150.7 MB
Last updated
about 9 years ago
docker pull iabhi/jenkins