mikenye / docker-virtualradarserver

Multi-architecture image for running Virtual Radar Server (amd64, arm/v7, arm64)
22 stars 3 forks source link

BASESTATIONHOST receiving from readsb-protobuf docker? #14

Closed Joeviocoe closed 3 years ago

Joeviocoe commented 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.

Joeviocoe commented 3 years ago

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.