File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
content/influxdb/v2/install Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,6 @@ If `gpg` is not available, see the [GnuPG homepage](https://gnupg.org/download/)
145
145
```
146
146
-->
147
147
148
- <!-- pytest-codeblocks:cont-->
149
-
150
148
``` sh
151
149
curl -s https://repos.influxdata.com/influxdata-archive_compat.key \
152
150
| gpg --import - 2>&1 \
@@ -489,7 +487,7 @@ $acl | Set-Acl "C:\Users\<username>\.influxdbv2"
489
487
490
488
# ## Install and set up InfluxDB in a container
491
489
492
- The following steps show to use the
490
+ The following steps show how to use the
493
491
[Docker CLI](https://docs.docker.com/reference/cli/docker/) to set up and
494
492
run InfluxDB. but you can also
495
493
[use Docker Compose](/influxdb/v2/install/use-docker-compose).
@@ -511,10 +509,10 @@ _If you don't specify InfluxDB initial setup options, you can
511
509
[set up manually](# set-up-influxdb) later using the UI or CLI in a running
512
510
container._
513
511
514
- < ! --pytest.mark.skip-->
515
-
516
512
{{% code-placeholders " ADMIN_(USERNAME|PASSWORD)|ORG_NAME|BUCKET_NAME" %}}
517
513
514
+ < ! --pytest.mark.skip-->
515
+
518
516
` ` ` sh
519
517
docker run \
520
518
--name influxdb2 \
@@ -630,7 +628,7 @@ InfluxData also makes [Helm charts](https://github.com/influxdata/helm-charts) a
630
628
631
629
2. Start a local cluster:
632
630
633
- <!--pytest.mark.skip-->
631
+ <!--pytest.mark.skip-->
634
632
635
633
```sh
636
634
# with minikube
You can’t perform that action at this time.
0 commit comments