Thank you for this image. As I new to docker, I'm having a little difficulty in getting it running. This is the command line I am running: docker run -d -u `id -u squeezeboxserver` -p 9000:9000 -p 9090:9090 -p 3483:3483 -p 3483:3483/udp -v /etc/localtime:/etc/localtime:ro -v <host config dir>:/srv/squeezebox -v <host music dir>:/srv/music sndcr/squeezeboxserver:latest
1. -u Do i need to create a user "squeezeboxserver"? 2. What should I put in for <host config dir>, <host music dir>? Is this the path to the directory or just a name? /srv/squeezebox and /srv/music both exist. 3. You have sndcr/squeezeboxserver:latest - I presume this should be sndcr/logitech-media-server:latest? 4. To create the bridge network, my network is 192.168.16.0/24 and the docker server is 192.168.16.19 - do I use the .19 as the --gateway? Thanks! ------------------------------------------------------------------------ sota's Profile: http://forums.slimdevices.com/member.php?userid=65703 View this thread: http://forums.slimdevices.com/showthread.php?t=106346 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
