This project makes wiedehopf's Readsb software available as a Docker image.
Due to the API limitations of Docker Hub, we use GitHub as container image registry.
The image is compiled with RTLSDR, BladeRF, HackRF and SoapySDR enabled (BladeRF, HackRF and SoapySDR are untested).
We have other Flighttracking projects, check our GitHub profile.
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
- linux/386
- Should work with every RTL-SDR dongle
0bda:2838
Realtek Semiconductor Corp. RTL2838 DVB-T
docker run \
-it --rm \
--device=/dev/bus/usb:/dev/bus/usb \
ghcr.io/flighttrackr/readsb:latest
Since Readsb offers a lot of setting options, we refer here to our entrypoint.sh script and Dockerfile.