Quipper is an embedded, scalable functional programming language for quantum computing.
This repo creates a Docker image for Quipper.
Once you've installed Docker, you can use this image like this.
docker pull spikecurtis/quipper
docker run -v /path/to/your/code:/code spikecurtis/quipper quipper /code/mycode.hs