Docker image to run an out of the box Jenkins.
1.4K
Docker image to run an out of the box Jenkins.
$ docker build -t partlab/ubuntu-jenkins .
$ docker pull partlab/ubuntu-jenkins
$ docker run -d -p 8080:8080 -p 50000:50000 --name jenkins partlab/ubuntu-jenkins
$ docker run -d -p 8080:8080 -p 50000:50000 --name jenkins -v <data-dir>:/var/jenkins partlab/ubuntu-jenkins
$ boot2docker halt
$ VBoxManage modifyvm boot2docker-vm --natpf1 "tcp-port8080,tcp,,8080,,8080"
$ VBoxManage modifyvm boot2docker-vm --natpf1 "tcp-port50000,tcp,,50000,,50000"
$ boot2docker up
Content type
Image
Digest
sha256:16bf40f3c…
Size
215.6 MB
Last updated
over 10 years ago
docker pull partlab/ubuntu-jenkins