TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
300 stars 64 forks source link

Run as Docker image #187

Closed BjoernRave closed 1 year ago

BjoernRave commented 1 year ago

Has anybody had success running it inside a docker container?

Teraskull commented 1 year ago

Hi, I tried building an image, but no success. It depends on too many low level hardware points, that the only stable way to run it is directly. Also there is no actual reason to use Docker here since a Python Environment is enough.

BjoernRave commented 1 year ago

I want to run it on my home server, where I try to run everything in a container, but I guess I will have to make an exeption then :)