https://github.com/evilfreelancer/docker-compose-jenkins
Jenkins in Docker container via docker-compose.yml (example)
https://github.com/evilfreelancer/docker-compose-jenkins
docker docker-compose example jenkins
Last synced: 3 months ago
JSON representation
Jenkins in Docker container via docker-compose.yml (example)
- Host: GitHub
- URL: https://github.com/evilfreelancer/docker-compose-jenkins
- Owner: EvilFreelancer
- Created: 2019-12-01T12:22:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T06:08:50.000Z (about 6 years ago)
- Last Synced: 2025-04-06T14:21:23.834Z (10 months ago)
- Topics: docker, docker-compose, example, jenkins
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker composition of Jenkins
## How to set up
Clone repository
git clone git@github.com:EvilFreelancer/docker-compose-jenkins.git
Switch work directory to root of project
cd docker-compose-jenkins
Copy composition config from example
cp docker-compose.yml.dist docker-compose.yml
Run composition
docker-compose up -d
After that, if you'll open http://localhost in your browser, you'll see
Jenkins installation page.
By the way, mounting the directory does not work on Windows and MacOS X,
so I strongly recommend that you configure everything on Linux, for example on [Ubuntu Linux](https://ubuntu.com/).
Good luck!
## Links
* https://www.youtube.com/watch?v=Wy3pGG1g-Ms - Original video instruction (on Russian language) about this project with additional details