Skip to content

A squeezelite docker image for your raspberry pi based on resin/rpi-raspbian:jessie

Notifications You must be signed in to change notification settings

jakobengdahl/rpi-squeezelite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

rpi-squeezelite

A squeezelite docker image for your raspberry pi based on resin/rpi-raspbian:jessie.

It looks for the following environment variables for the parameters of squeezelite: CLIENTNAME, SERVER, CLIENTMAC, SOUNDDEVICE and all variables must be set at launch.

It should be possible to run the docker image without using privileged mode but this hasn't been tested.

Example: docker run --privileged --name=squeezelite --restart=always -d -e SERVER=192.168.1.5 -e CLIENTNAME=dockersqueezelite -e SOUNDDEVICE=front:CARD=Device,DEV=0 -e CLIENTMAC=00:00:00:00:00:01 -t jakobengdahl/rpi-squeezelite

About

A squeezelite docker image for your raspberry pi based on resin/rpi-raspbian:jessie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published