You can find a more detailed start up guide here
This will get you up and running with some basic jobs and default config.
- Make sure you have all the pre-reqs installed (i.e. Docker-toolbox or Docker for Mac or Docker for Windows) this has been tested up to Docker 1.13
- Clone this repository to your local drive
cd jenkins2
make build
make run
(if this is your first time it will ask for your docker host IP)- Point your browser to http://yourdockermachineip (you can get this by running "docker-machine ip default")
If you're following along with Jenkins Tutorial series that uses Jenkins 1 I've placed a corresponding Markdown file [here] (https://github.com/maxfields2000/dockerjenkins_tutorial/blob/master/BLOG.md)
The "Jenkins2" Folder now contains updates and is fully compatible with your Docker for Mac/Windows setups. Enjoy!
You can find a basic monitoring setup in the monitoring
folder. Check the README