You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run into this myself a number of times, and based on what I am seeing from other issues logged this has come up before. This is even more problematic in constrained environments, like when you are running influxdb in a Docker container. If you are launching influxdb bin, from some arbitrary working dir, say / as is common with a Docker container, the admin interface will not work because the ./admin relative path is of course broken. It does help to resolve this by wrapping in a script, etc., but it seems like currently this is a liability and will be problematic for those using zones, containers, etc. who really want a minimalist startup code.
The text was updated successfully, but these errors were encountered:
I have run into this myself a number of times, and based on what I am seeing from other issues logged this has come up before. This is even more problematic in constrained environments, like when you are running influxdb in a Docker container. If you are launching influxdb bin, from some arbitrary working dir, say
/
as is common with a Docker container, the admin interface will not work because the./admin
relative path is of course broken. It does help to resolve this by wrapping in a script, etc., but it seems like currently this is a liability and will be problematic for those using zones, containers, etc. who really want a minimalist startup code.The text was updated successfully, but these errors were encountered: