No description
Find a file
Cyrille Nofficial f35c2f5211 Add README file
2015-05-14 18:48:39 +02:00
Dockerfile Initial import 2015-05-14 18:32:27 +02:00
LICENSE Initial commit 2015-05-14 18:18:21 +02:00
README.md Add README file 2015-05-14 18:48:39 +02:00

This repository contains configuration files for building a Docker (http://docker.io) image for the Subsonic media streamer.

Noteworthy

Build your own image

$ docker build -t <your-name>/docker-subsonic .

Get a pre-built image

A current image is available as a trusted build from the Docker index:

$ docker pull  cyrilix/docker-subsonic

The repository page is at https://index.docker.io/u/cyrilix/docker-subsonic/

Run a container with this image

$ docker run \
  --detach \
  --publish 8080:8080 \
  --volume "/wherever/your/music/is:/opt/music/:ro" \
  <your-name>/subsonic