Open logicminds opened 4 years ago
Successfully tagged influx-sandbox_documentation:latest Creating influx-sandbox_influxdb_1 ... done Creating influx-sandbox_documentation_1 ... done Creating influx-sandbox_kapacitor_1 ... done Creating influx-sandbox_telegraf_1 ... done Creating influx-sandbox_chronograf_1 ... done Opening tabs in browser... ./sandbox: line 91: xdg-open: command not found
To fix i had to install sudo apt install xdg-utils
sudo apt install xdg-utils
it is looking for a UI package to launch a browser. If you are doing this all through the command line, it won't work.
To fix i had to install
sudo apt install xdg-utils