This creates an image of OpenCV on Ubuntu 14.04.
I used the steps outlined in this blog post to create the image.
This image has been push up to the docker registry.
You can play around with this image by running:
docker run -ti stbutler11/opencv2.4.9 /bin/bash
Standard docker
docker build .