Thoughts on dockerization - Siot/PaWebControl GitHub Wiki

I'm a Docker nob, but I suspect some things.

Current implementation of PaWebControl requires access to pactl command line. This implies, as far as I know, a PulseAudio server in the same container where PaWebControl backend is running.

A PulseAudio server inside a container is useless if you don't connect to another PulseAudio server, in a system with audio card, over network. Those links could be useful: Arch Linux - PulseAudio: Networked_audio Arch Linux - PulseAudio Examples: Networked_audio

This seems a bit of overhead for this simple app.