Skip to content

Commit 3ae97b8

Browse files
committed
hotfix: remove influxdb3 instructions for stopping the docker container
1 parent fa199d8 commit 3ae97b8

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -225,23 +225,6 @@ For more information about server options, use the CLI help:
225225
influxdb3 serve --help
226226
```
227227

228-
> [!Important]
229-
> #### Stopping the Docker container
230-
>
231-
> Currently, a bug prevents using `Ctrl-c` to stop an InfluxDB 3 container.
232-
> Use the `docker kill` command to stop the container:
233-
>
234-
> 1. Enter the following command to find the container ID:
235-
> <!--pytest.mark.skip-->
236-
> ```bash
237-
> docker ps -a
238-
> ```
239-
> 2. Enter the command to stop the container:
240-
> <!--pytest.mark.skip-->
241-
> ```bash
242-
> docker kill <CONTAINER_ID>
243-
> ```
244-
245228
### Data model
246229

247230
The database server contains logical databases, which have tables, which have columns. Compared to previous versions of InfluxDB you can think of a database as a `bucket` in v2 or as a `db/retention_policy` in v1. A `table` is equivalent to a `measurement`, which has columns that can be of type `tag` (a string dictionary), `int64`, `float64`, `uint64`, `bool`, or `string` and finally every table has a `time` column that is a nanosecond precision timestamp.

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -222,23 +222,6 @@ For more information about server options, use the CLI help:
222222
influxdb3 serve --help
223223
```
224224

225-
> [!Important]
226-
> #### Stopping the Docker container
227-
>
228-
> Currently, a bug prevents using `Ctrl-c` to stop an InfluxDB 3 container.
229-
> Use the `docker kill` command to stop the container:
230-
>
231-
> 1. Enter the following command to find the container ID:
232-
> <!--pytest.mark.skip-->
233-
> ```bash
234-
> docker ps -a
235-
> ```
236-
> 2. Enter the command to stop the container:
237-
> <!--pytest.mark.skip-->
238-
> ```bash
239-
> docker kill <CONTAINER_ID>
240-
> ```
241-
242225
#### Licensing
243226

244227
When starting {{% product-name %}} for the first time, it prompts you to enter an email address for verification. You will receive an email with a verification link.

0 commit comments

Comments
 (0)