Sign inSign up

madsonic/alpine-madsonic

By madsonic

Updated about 9 years ago

Alpine image running latest Beta Madsonic release

Image
5

10K+

madsonic/alpine-madsonic repository overview

Madsonic Beta Alpine 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/alpine-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/alpine-madsonic

Tag summary

Content type

Image

Digest

Size

156.9 MB

Last updated

about 9 years ago

docker pull madsonic/alpine-madsonic