Sign inSign up

jtarlton/logitechmediaserver

By jtarlton

Updated almost 11 years ago

Image
0

940

jtarlton/logitechmediaserver repository overview

docker-logitechmediaserver

Docker image for Logitech Media Server.

CentOS based Docker container for the Logitech Media Server (SqueezeboxServer)

##Build

docker build --tag="jtarlton/logitechmediaserver" .

Run

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

Tag summary

Content type

Image

Digest

sha256:4940b2d78

Size

-

Last updated

over 11 years ago

docker pull jtarlton/logitechmediaserver