An open API service indexing awesome lists of open source software.

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.

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