Sign inSign up

neuroticdave/arch-subsonic

By neuroticdave

Updated almost 8 years ago

Arch Linux + openjdk8 + Subsonic 6.x

Image
0

50K+

neuroticdave/arch-subsonic repository overview

Madsonic arch-linux docker image

Application

Madsonic

Application description

Madsonic is a web-based media streamer and jukebox Server. Based on Java technology, Madsonic runs on most platforms, including Windows, Mac, Linux, OSX, and Unix variants.

Build notes

Latest beta release of Madsonic.

Usage

docker run -d \
	-p 4040:4040 \
	-p 4050:4050 \
	--name=<container name> \
	-e CONTEXT_PATH=<root path> \
	-e SSL=<yes|no> \
	-v <path for media files>:/media \
	-v <path for config files>:/config \
	-v /etc/localtime:/etc/localtime:ro \
	madsonic/arch-madsonic

Please replace all user variables in the above command defined by <> with the correct values.

Access application

http://<host ip>:4040

Example

docker run -d \
	-p 4040:4040 \
	-p 4050:4050 \
	--name=madsonic \
	-e CONTEXT_PATH=\ \
	-e SSL=yes \
	-v /media/music/:/media \
	-v /apps/docker/madsonic:/config \
	-v /etc/localtime:/etc/localtime:ro \
	madsonic/arch-madsonic

Tag summary

Content type

Image

Digest

Size

374.8 MB

Last updated

almost 8 years ago

docker pull neuroticdave/arch-subsonic