Run SDRTrunk in Docker, using linuxserver/webtop for a web-based VNC server with audio support. Contains SDR support for RTL-SDR, AirSpy, HackRF, and SDRPlay.
To get started with running SDRTrunk in Docker, follow these steps:
- Ensure you have Docker and Docker Compose installed on your host machine.
- Run the following script to set up necessary udev rules:
./install-on-host-machine/install-udev.sh
-
Clone the repository:
git clone https://github.com/CrimeIsDown/sdrtrunk-docker.git cd sdrtrunk-docker
-
Start the Docker Compose service:
docker compose up -d
-
Access SDRTrunk by navigating to
http://localhost:3000
in your web browser.
To stop the service, run:
docker compose down
For more details on configuring and using SDRTrunk, refer to the official SDRTrunk documentation.