Sign inSign up

guessi/docker-jenkins

By guessi

Updated 7 months ago

Dockerize Jenkins with popular plugins

Image
Developer tools
0

3.0K

guessi/docker-jenkins repository overview

Dockerized Jenkins Service

Docker Stars Docker Pulls Docker Automated

Integrated Items

  • Jenkins LTS
  • Jenkins Plugins: see plugins.txt

Usage

To run a nagios service with default config, use the command below:

$ docker run -d -p 8080:8080 --name jenkins guessi/docker-jenkins:<version>

Dashboard

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

Configure

whatever you want...

Tag summary

Content type

Image

Digest

sha256:48b5cc3bf

Size

466.3 MB

Last updated

7 months ago

docker pull guessi/docker-jenkins