Closed Joeviocoe closed 3 years ago
What is the docker run command, and/or webadmin/settings for connecting a data receiver that is running in another container on the same host system?
I am running the basic default docker installation of readsb-protobuf. And was hoping this docker would easily connect to it for data.
I set BASESTATIONHOST=localhost readsb-protobuf seems to use 30005, but docker-virtualradarserver looking for 30003
Also, not sure the BASESTATIONHOST format. Should it be BaseStation, Beast Raw Feed, or something else?
Thanks.
Figured it out. localhost and 127.0.0.1 are only within the docker-virtualradarserver container... so I needed to put the IP of the external host system.
What is the docker run command, and/or webadmin/settings for connecting a data receiver that is running in another container on the same host system?
I am running the basic default docker installation of readsb-protobuf. And was hoping this docker would easily connect to it for data.
I set BASESTATIONHOST=localhost readsb-protobuf seems to use 30005, but docker-virtualradarserver looking for 30003
Also, not sure the BASESTATIONHOST format. Should it be BaseStation, Beast Raw Feed, or something else?
Thanks.