docs: removing note from token authorization docker section

pull/6140/head
meelahme 2025-06-23 08:36:36 -07:00
parent 6433bc9b08
commit 513bceaebc
1 changed files with 0 additions and 8 deletions

View File

@ -551,14 +551,6 @@ docker run --rm \
```
{{% /code-placeholders %}}
> [!Note]
> Ensure that the database `example_db` exists in the running container.
> To create it, run:
>
> ```bash
> docker exec -it influxdb3-core influxdb3 create database example_db --token YOUR_AUTH_TOKEN
> ```
{{% /tab-content %}}
{{< /tabs-wrapper >}}