This is a Debian based image with Jenkins listening on port 8080
1.2K
This is a Debian based image with Jenkins listening on port 80.
docker run -d -p 8080:80 --name jenkins ahmet2mir/jenkins
If you need to enter in the app, use docker exec since Docker 1.3 https://github.com/ahmet2mir/docker-memo
docker exec -it jenkins /bin/bash
Then visit http://localhost:8080
### Logs
Output are in docker log collect
docker logs -f jenkins
-f like tail -f
Content type
Image
Digest
sha256:d4bd1085b…
Size
217.4 MB
Last updated
about 8 years ago
docker pull ahmet2mir/jenkins