Skip to content

Commit 88e02cc

Browse files
committed
hotfix: cleanup
1 parent 6ba60c6 commit 88e02cc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/influxdb/v2/install/_index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ If `gpg` is not available, see the [GnuPG homepage](https://gnupg.org/download/)
145145
```
146146
-->
147147

148-
<!--pytest-codeblocks:cont-->
149-
150148
```sh
151149
curl -s https://repos.influxdata.com/influxdata-archive_compat.key \
152150
| gpg --import - 2>&1 \
@@ -489,7 +487,7 @@ $acl | Set-Acl "C:\Users\<username>\.influxdbv2"
489487
490488
### Install and set up InfluxDB in a container
491489
492-
The following steps show to use the
490+
The following steps show how to use the
493491
[Docker CLI](https://docs.docker.com/reference/cli/docker/) to set up and
494492
run InfluxDB. but you can also
495493
[use Docker Compose](/influxdb/v2/install/use-docker-compose).
@@ -511,10 +509,10 @@ _If you don't specify InfluxDB initial setup options, you can
511509
[set up manually](#set-up-influxdb) later using the UI or CLI in a running
512510
container._
513511
514-
<!--pytest.mark.skip-->
515-
516512
{{% code-placeholders "ADMIN_(USERNAME|PASSWORD)|ORG_NAME|BUCKET_NAME" %}}
517513
514+
<!--pytest.mark.skip-->
515+
518516
```sh
519517
docker run \
520518
--name influxdb2 \
@@ -630,7 +628,7 @@ InfluxData also makes [Helm charts](https://github.com/influxdata/helm-charts) a
630628
631629
2. Start a local cluster:
632630
633-
<!--pytest.mark.skip-->
631+
<!--pytest.mark.skip-->
634632
635633
```sh
636634
# with minikube

0 commit comments

Comments
 (0)