https://github.com/fjudith/docker-jenkins-nginx
Nginx frontend for Jenkins.
https://github.com/fjudith/docker-jenkins-nginx
Last synced: 2 months ago
JSON representation
Nginx frontend for Jenkins.
- Host: GitHub
- URL: https://github.com/fjudith/docker-jenkins-nginx
- Owner: fjudith
- License: gpl-3.0
- Created: 2016-11-14T23:52:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T20:23:28.000Z (over 8 years ago)
- Last Synced: 2025-02-15T01:28:26.892Z (4 months ago)
- Language: Nginx
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This image is especially built to be linked to this [Jenkins images](https://hub.docker.com/r/fjudith/jenkins)# Quick start
First, run the Jenkins image as a deamon.`docker run --name='jenkins' -d -p 8080:8080 -p 50000:50000 fjudith/jenkins`
Then run the Nginx image linked to the Jenkins with the link alias `jenkins-master`.
`docker run --name='jenkins-nginx' --link jenkins:jenkins-master -it --rm -p 80:80 fjudith/jenkins-nginx`
# Reference
* https://engineering.riotgames.com/news/jenkins-docker-proxies-and-compose