rtl-sdr-scanner-cpp icon indicating copy to clipboard operation
rtl-sdr-scanner-cpp copied to clipboard

Single docker container

Open blackwellj opened this issue 2 years ago • 3 comments

Would it be possible to have a single docker container? I really don’t like having so many different containers. I want to run it on unraid which isn’t possible currently

blackwellj avatar Feb 10 '23 07:02 blackwellj

I don't think is it good idea. The idea of docker is to build multiple independent small container where everyone has single responsibility and connect them. One big container that have all in one is the opposite of the idea of docker.

Moreover, the idea of this project is to run multiple sdr-scanners in many different physical locations and one sdr-monitor and one mqtt-broker in the cloud and connect all sdr-scanner to them.

With one big container is not possible.

shajen avatar Feb 10 '23 19:02 shajen

It might be a good idea to specify the imagined use case, I didnt realise that was the use for this software

blackwellj avatar Feb 11 '23 10:02 blackwellj

+1 on explaining a bit more the use case ;)

Am i assuming correctly that the srd-scanner componend didn't store anything? it just rely on the broker to stream the data to the sdr-monitor wich will be the solo responsible to to store the recording?

algorni avatar Feb 13 '23 08:02 algorni