Skip to content

JorisPotier/docker-subsonic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Noteworthy

Build your own image

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

Get a pre-built image

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

$ docker pull jorispotier/rpi-subsonic

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

Run a container with this image

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

About

Docker image configuration for Subsonic media streamer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%