You are on page 1of 1

docker hub Search Docker Hub ctrl+K Sign In Sign up

Explore / jketterl/openwebrx

jketterl/openwebrx Pulls 100K+

By jketterl • Updated about 1 month ago

a simple web-based software defined radio receiver

Image

Overview Tags

Docker image to run an OpenWebRX web-based SDR receiver, includes additional digital operating modes DMR, D-Star, Docker Pull Command
YSF, NXDN, FT8, FT4, JT9, JT65, WSPR and Packet for ham radio use.

docker pull jketterl/openwebrx Copy


Requires access to /dev/bus/usb to be able to access the rtl-sdr stick.

Simple startup commandline (first startup):

docker volume create openwebrx-settings


docker run --device /dev/bus/usb -p 8073:8073 -v openwebrx-settings:/var/lib/openwebrx jketterl/openw

This will create a docker volume named openwebrx-settings and mount it inside the container. The startup scripts
will copy the contained example config onto that volume on the first startup.

On subsequent starts you can skip right to the docker run command.

Advanced operation notes:

If your host is running any kind of flash-based storage (e.g. SSDs or the SD-card of a Raspberry Pi) it is highly
recommended to offload the temporary files to memory-based storage. you can do this by adding --
tmpfs=/tmp/openwebrx to the docker commandline. Please note that this is not just an example, the path
matches the container setup. If you wish to use a different path, you will need to update the container
configuration.

This setup allows modification of all settings in the web configuration. If you wish to modify any settings in the
configuration files in /etc/openwebrx , please set up an additional volume and mount for /etc/openwebrx .

For more information checkout the wiki or the project homepage.

Why Products Developers Company


Overview Product Overview Getting Started About Us
What is a Container Play with Docker Resources
Product Offerings Community Blog
Docker Desktop Open Source Customers
Docker Hub Documentation Partners
Newsroom
Features
Container Runtime Events and Webinars
Developer Tools Careers
Docker App Contact Us
System Status
Kubernetes

© 2024 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal

You might also like