You can find a more detailed start up guide here
This will get you up and running with some basic jobs and default config.
cd jenkins
make build
make run
(if this is your first time it will ask for your docker host IP)If you're following along with Jenkins Tutorial series that uses Jenkins 1 I've placed a corresponding Markdown file here
This setup is untested on Docker versions 1.12 or older. You will likely have problems if your Docker version doesn't support "LABELS" or "ARGS". Please upgrade, it's well worth it!
You can find a basic monitoring setup in the monitoring
folder. Check the README