Sign inSign up

joshendriks/docker-raspberry-pi-node-sonos-http-api

By joshendriks

Updated over 9 years ago

Docker wrapper for https://github.com/jishi/node-sonos-http-api

Image
0

139

joshendriks/docker-raspberry-pi-node-sonos-http-api repository overview

Source

https://github.com/joshendriks/docker-raspberry-node-sonos-http-api

Usage

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-pi-node-sonos-http-api ```

Tag summary

Content type

Image

Digest

Size

143.6 MB

Last updated

over 9 years ago

docker pull joshendriks/docker-raspberry-pi-node-sonos-http-api:6