Not able to connect to fabio UI ... I wonder if I miss any specifics ?.
Here is how I started the fabio
Without UI address
$sudo docker run -d -p 9999:9999 -p 9998:9998 --name=fabio -e 'registry_consul_addr=10.193.6.129:8500' magiconair/fabio
With UI address , I see a FATAL error
sudo docker run -d -p 9999:9999 -p 9998:9998 --name=fabio -e 'ui_dir=10.193.6.129' -e 'registry_consul_addr=10.193.6.129:8500' magiconair/fabio
ubuntu1@ubuntu1:$ sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6db6fe5d0f01 magiconair/fabio "/fabio -cfg /etc/fab" About an hour ago Up About an hour 9998/tcp, 10.193.6.129:9999->9999/tcp fabio
38951919b70d uifd/ui-for-docker "/ui-for-docker" About an hour ago Up About an hour 10.193.6.129:9000->9000/tcp angry_kirch
9885b31fecd1 wdijkerman/consul "/sbin/tini -- /bin/s" 5 days ago Up 5 days consul-server
ubuntu1@ubuntu1:$ curl http://localhost:9998/routes
curl: (7) Failed to connect to localhost port 9998: Connection refused
ubuntu1@ubuntu1:$ curl http://127.0.0.1:9998/routes
curl: (7) Failed to connect to 127.0.0.1 port 9998: Connection refused
ubuntu1@ubuntu1:$ curl http://10.193.6.129:9998/routes
curl: (7) Failed to connect to 10.193.6.129 port 9998: Connection refused
ubuntu1@ubuntu1:~$
Not able to connect to fabio UI ... I wonder if I miss any specifics ?.
Here is how I started the fabio
Without UI address
$sudo docker run -d -p 9999:9999 -p 9998:9998 --name=fabio -e 'registry_consul_addr=10.193.6.129:8500' magiconair/fabio
With UI address , I see a FATAL error
sudo docker run -d -p 9999:9999 -p 9998:9998 --name=fabio -e 'ui_dir=10.193.6.129' -e 'registry_consul_addr=10.193.6.129:8500' magiconair/fabio
ubuntu1@ubuntu1:
$ sudo docker ps -a$ curl http://localhost:9998/routesCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6db6fe5d0f01 magiconair/fabio "/fabio -cfg /etc/fab" About an hour ago Up About an hour 9998/tcp, 10.193.6.129:9999->9999/tcp fabio
38951919b70d uifd/ui-for-docker "/ui-for-docker" About an hour ago Up About an hour 10.193.6.129:9000->9000/tcp angry_kirch
9885b31fecd1 wdijkerman/consul "/sbin/tini -- /bin/s" 5 days ago Up 5 days consul-server
ubuntu1@ubuntu1:
curl: (7) Failed to connect to localhost port 9998: Connection refused
ubuntu1@ubuntu1:
$ curl http://127.0.0.1:9998/routes$ curl http://10.193.6.129:9998/routescurl: (7) Failed to connect to 127.0.0.1 port 9998: Connection refused
ubuntu1@ubuntu1:
curl: (7) Failed to connect to 10.193.6.129 port 9998: Connection refused
ubuntu1@ubuntu1:~$