File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
content/shared/influxdb3-get-started Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,6 @@ In your command, replace {{% code-placeholder-key %}}`YOUR_AUTH_TOKEN`{{% /code-
474474{{% tabs %}}
475475[Environment variable (recommended)](#)
476476[Command option](#)
477- [Docker](#)
478477{{% /tabs %}}
479478{{% tab-content %}}
480479
@@ -498,23 +497,6 @@ influxdb3 show databases --token YOUR_AUTH_TOKEN
498497` ` `
499498{{% /code-placeholders %}}
500499
501- {{% /tab-content %}}
502- {{% tab-content %}}
503-
504- Run the CLI in a Docker container using the `INFLUXDB3_AUTH_TOKEN` environment variable :
505-
506- {{% code-placeholders "YOUR_AUTH_TOKEN" %}}
507- ` ` ` bash
508- docker run --rm \
509- -e INFLUXDB3_AUTH_TOKEN=YOUR_AUTH_TOKEN \
510- quay.io/influxdb/influxdb3:latest \
511- query \
512- --host http://host.docker.internal:8181 \
513- --database example_db \
514- "SHOW TABLES"
515- ` ` `
516- {{% /code-placeholders %}}
517-
518500{{% /tab-content %}}
519501{{< /tabs-wrapper >}}
520502
You can’t perform that action at this time.
0 commit comments