This docker runs a Jenkins service. This image is based on apdockerid/python:latest
$ docker run --rm \
--detach \
--tty \
--publish=<host_port>:<docker_port> \
--volume=<log_volume>:/var/log/jenkins \
--volume=<data_volume>:/var/lib/jenkins
Content type
Image
Digest
Size
995.1 MB
Last updated
almost 7 years ago
docker pull apdockerid/jenkins