Builds a Docker Jenkins Server with Docker baked in (using dind).
To install the jenkins plugins, run
populate_state.sh
before building the docker image. State can be loaded into the image as a volume.
$ docker build -t jenkins .
$ docker run --privileged -it -p 8080:8080 -v $PWD/state:/var/lib/jenkins jenkins