A simple container that runs dumpvld2 with SDRplay patch and shares the output via frontail on port 54000
Source code: https://gitlab.com/chimbosonic/dumpvdl2-container
Docker repo: https://hub.docker.com/r/chimbosonic/dumpvdl2
To run it you will need to share the usb device to the container:
docker run -d --rm --device ${USB_DEVICE_FILE} -p 54000:54000 chimbosonic/dumpvdl2
${USB_DEVICE_FILE} can be determined by using lsusb however for simplicity you can run:
./scripts/get_usb_device.sh
All credit goes to the maintainers of dumpvld2 and frontail
Content type
Image
Digest
Size
96.8 MB
Last updated
over 4 years ago
docker pull chimbosonic/dumpvdl2