Skip to content

Commit 6bab224

Browse files
committed
chore(influxdb3): Remove non-essential Docker example
1 parent 29a81be commit 6bab224

File tree

1 file changed

+0
-18
lines changed
  • content/shared/influxdb3-get-started

1 file changed

+0
-18
lines changed

content/shared/influxdb3-get-started/setup.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)