1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.

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

Noteworthy

  • Subsonic 6.0 (http://www.subsonic.org)
  • uses jeanblanchard/docker-tomcat with Alpine Linux
  • compiled to a 266 MB image instead of 484 MB

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 mbirth/subsonic

The repository page is at https://hub.docker.com/r/mbirth/subsonic/

Run a container with this image

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

Description
AirSonic (SubSonic alternative) Docker image
Readme Apache-2.0 58 KiB
Languages
Dockerfile 100%