141
https://github.com/joshendriks/docker-raspberry-node-sonos-http-api
Refer to https://github.com/jishi/node-sonos-http-api for all the configuration detail
First make the config and local dirs up
mkdir clips
mkdir cache
mkdir presets
curl https://raw.githubusercontent.com/jishi/node-sonos-http-api/master/presets/example.json > presets/example.json
echo {} > settings.json
Then run the docker image
docker run \
--net=host \
--name sonos \
--restart=always \
-d \
-v `pwd`/settings.json:/app/settings.json \
-v `pwd`/clips:/app/static/clips \
-v `pwd`/cache:/app/cache \
-v `pwd`/presets:/app/presets \
joshendriks/docker-raspberry-pi3-node-sonos-http-api ```
Content type
Image
Digest
Size
143.4 MB
Last updated
over 9 years ago
docker pull joshendriks/docker-raspberry-pi3-node-sonos-http-api:6