Thyraz / Sonos-Kids-Controller

Software for self made touchscreen jukeboxes for kids. Supports Spotify streaming and uses Sonos for audio output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Docker container?

stepman0 opened this issue · comments

Hi, I just found your project - i have to same situation (kids want to play music but I want to create a selection). Thanks a lot for your work - I will try it out the next days.

What just came to my mind? Have you considered creating a Docker container, this would/could make installation easier?

If not, I could give it a try and provide it...

Regards,

I just found that there is a docker image available for node-sonos-http-api, it can be found at https://github.com/chrisns/docker-node-sonos-http-api.

I forked this repo and referenced to your fork of node-sonos-http-api: https://github.com/stepman0/docker-node-sonos-http-api

Once I get CI fixed, docker images for node-sonos-http-api should be availble at: https://hub.docker.com/repository/docker/stepman0/docker-node-sonos-http-api

Btw: I have setup the Sonos-Kids-Controller today an a Raspi - great!!! I plan to run the server side on my NAS (Synology), therefore Docker is necessary.

I working in the moment to create a dockerfile
https://github.com/murmeltier08/Sonos-Kids-Controller
I have now the first working docker image. But i have to test it:
https://hub.docker.com/repository/docker/murmeltier08/sonos-kids-controller

I have now the first working image for arm and x64 in Docker Hub

Sadly I have never used docker (my home server is running Proxmox with LXC containers and VMs).
So I can't comment much on this topic.

I just wanted to suggest to post it over at the discussions,
as I can't help on this topic and therefore would close this issue.

But I see you already did that. ;)

@murmeltier08 Thanks for your work. I have a few suggestions (sorry didn't have time earlier) - but we can discuss this in your repo.

Thank you! I see your clean Dockerfile. You are welcome. I want to improve my Dockerfile. See us in the other repo!