Skip to content

vrushalrt/docker-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Docker

Jenkins Docker Compose Configuration

A Docker Compose setup for Jenkins using the Jenkins LTS image OR any specific version, with added SSH agent functionality for enhanced security.

Getting Started Easily set up Jenkins with Docker using this repository's configuration. Customize the Jenkins version and port, then start building, testing, and deploying your projects seamlessly.

Prerequisites

  • Docker
  • Docker Compose

Usage

  1. Clone the repository.
  2. Customize variables in .env & docker-compose.yml (refer .env.sample).
  3. Run docker-compose up -d.
  4. Access Jenkins at http://localhost:{PORT}.
  5. Unlock Jenkins using the provided password.
  6. Follow the Jenkins setup wizard.

Features

  • Persist Jenkins data with the jenkins_home volume.
  • Securely handle SSH keys with the included SSH agent service.

Screenshot

image

Author

Vrushal Raut

vrushalrt vrushalraut 5368888

License

This project is licensed under the MIT License.

About

A Docker Compose setup for Jenkins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published