This repository contains configuration files for building a Docker (http://docker.io) image for the Subsonic media streamer.
$ docker build -t <your-name>/docker-subsonic .
A current image is available as a trusted build from the Docker index:
$ docker pull cyrilix/subsonic
The repository page is at https://index.docker.io/u/cyrilix/subsonic/
$ docker run \ --detach \ --publish 8080:8080 \ --volume "/wherever/your/music/is:/opt/music/:ro" \ <your-name>/subsonic