sdr-enthusiasts / docker-readsb-protobuf

Multi-architecture readsb-protobuf container with support for RTLSDR, bladeRF and plutoSDR (x86_64, arm32v7, arm64v8)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple RTLSDR plugged in prevents docker from starting.

alphafox02 opened this issue · comments

Having more then one RTLSDR plugged in when bringing up the docker causes the docker to exit. Unplugging one allows the docker to start without issue. This got me looking at ways to pass --device and either index or serial. It does not seem the docker is taking what I'm trying to pass in for example,

  - READSB_DEVICE_TYPE=rtlsdr
  
  - READSB_DEVICE=1

I've also tried to limit to usb bus, but same result happens when more then one RTLSDR is plugged in at a time.

I was not passing READSB_RTLSDR_DEVICE