Docker image for Logitech Media Server.
CentOS based Docker container for the Logitech Media Server (SqueezeboxServer)
##Build
docker build --tag="jtarlton/logitechmediaserver" .
Using data volumes for music files and configuration data.
docker run -i --rm \
-p 9000:9000 -p 9090:9090 -p 3483:3483 -p 3483:3483/udp \
--volumes-from music:ro --volumes-from lms-data:rw \
-t jtarlton/logitechmediaserver
Content type
Image
Digest
sha256:4940b2d78…
Size
-
Last updated
over 11 years ago
docker pull jtarlton/logitechmediaserver