This is a Raspberry Pi 4 (arm32v7) Docker container for szpajder/RTLSDR-Airband software.
- Pull Docker image
docker pull chadhutchins182/rtlsdr-airband-arm32v7:latest
-
Setup rtl_airband.conf file. See: General Configuration File Structure
-
Run container
- Provide device mount for the USB dongle
- Provide volume mount for .conf file
version: "3.8"
networks:
- rtlsdrnet
services:
airband:
image: chadhutchins182/rtlsdr-airband-arm32v7:latest
container_name: airband
restart: always
tty: true
privileged: true
devices:
- /dev/bus/usb/001/003:/dev/bus/usb/001/001
volumes:
- /home/pi/CODE/docker/airband/rtl_airband.conf:/rtl_airband.conf
- /home/pi/CODE/airband/atc-archives:/archives
networks:
- rtlsdrnet
- Fork
- Open Ticket for the feature or fix once you complete it
- Pull Request referencing the Open Ticket