Dockerize Jenkins with popular plugins
3.0K
To run a nagios service with default config, use the command below:
$ docker run -d -p 8080:8080 --name jenkins guessi/docker-jenkins:<version>
Find the initial password via:
$ docker exec -it jenkins cat /var/jenkins_home/secrets/initialAdminPassword
Login with initial password, and change password immediately:
http://127.0.0.1:8080
whatever you want...
Content type
Image
Digest
sha256:48b5cc3bf…
Size
466.3 MB
Last updated
7 months ago
docker pull guessi/docker-jenkins