TheBiggerGuy
New Member
Hi all,
I have a docker script that sets up a 'pfclient-config.json' file with the correct setting before running the 'pfclient'. However I always have to go via the 'setup' process via the web UI before pfclient will start fully. Is there a magic setting that is required?
I have a docker script that sets up a 'pfclient-config.json' file with the correct setting before running the 'pfclient'. However I always have to go via the 'setup' process via the web UI before pfclient will start fully. Is there a magic setting that is required?
Bash:
ping -c 1 dump1090
PING dump1090 (172.18.0.2) 56(84) bytes of data.
64 bytes from docker-ads-b_dump1090_1.dockeradsb_default (172.18.0.2): icmp_seq=1 ttl=64 time=0.456 ms
cat /etc/pfclient/pfclient-config.json
{
"connection_type": "1",
"data_format": "1",
"tcp_address": "dump1090",
"tcp_port": "30005",
"data_upload_interval": "10",
"aircraft_timeout": "30",
"select_timeout": "10",
"sharecode": "5X2X2X2X9XaX3",
"latitude": "XX.XXXXXX",
"longitude": "-X.XXXXXX"
}
pfclient --config_path=/etc/pfclient/pfclient-config.json --log_path=/var/log