Docker container for SDR++ server, with updated drivers for support for RTL-SDR Blog V4 USB dongle.
Currently only for arm64 (e.g. Raspberry Pi 4 and 5).
The container provides you with the SDR++ server application running on port 5555. It has been tested with an RTL-SDR Blog V4 device. There is a docker-compose.yml file should you want to see how to correctly use the USB device. In fact, with priviliged: true
, you no longer have to mount the USB device.
There's only one setting that can be set with environment variables: PORT. When not set, the default port 5259 will be used.