Skip to content

A Docker container for building and executing rtl-sdr tools.

Notifications You must be signed in to change notification settings

nicoinn/docker-rtl_sdr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Docker-rtl_sdr

A Docker container for building and executing rtl_sdr tools: http://sdr.osmocom.org/trac/wiki/rtl-sdr

The image is sized-optimized by using a multi-stage build and implements a minimalistic subset of the RTL-SDR toolbox (basically, only rtl_sdr )

Usage

Obtain the image from the docker hub:

docker pull nicoinn/rtl-sdr

Run an rtl-sdr tool from the container (this will work only on a Linux host):

docker run --privileged -v /dev/bus/usb:/dev/bus/usb nicoinn/rtl-sdr

About

A Docker container for building and executing rtl-sdr tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%