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-
474
474
{{% tabs %}}
475
475
[Environment variable (recommended)](#)
476
476
[Command option](#)
477
- [Docker](#)
478
477
{{% /tabs %}}
479
478
{{% tab-content %}}
480
479
@@ -498,23 +497,6 @@ influxdb3 show databases --token YOUR_AUTH_TOKEN
498
497
` ` `
499
498
{{% /code-placeholders %}}
500
499
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
-
518
500
{{% /tab-content %}}
519
501
{{< /tabs-wrapper >}}
520
502
You can’t perform that action at this time.
0 commit comments