This is an image for the interactive autoqueue client MPD-sima using Debian. A Resin.os Raspbian image is used as a base image for compatibility with IoT devices, but it works well anywhere. This is an add-on for MPD.
The idea is use this image together with a fully audio stack. You can edit the sima.conf
or use the fully audio stack I created.
docker run --name=sima -d jstnn/arm-sima:latest
An instance of sima is running.
Check the github repository and you will find a sima.conf
you can edit and set your custom configuration. You just need to build the image again.
The passwords in the configuration are just for testing purposes.
This dockerfile is based on the alpine-sima image. Changes has been made to compile with an IoT device with an ARMv7 architecture like the RaspberryPi 3 using a resin.os optimized image.