Skip to content

Commit

Permalink
chore: update docker docs (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Oct 19, 2023
1 parent 9a65db6 commit b6c70cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker run -d \
-p 8080:8080 \
-p 9000:9000 \
-v $HOME/flipt:/var/opt/flipt \
flipt/flipt:latest
docker.flipt.io/flipt/flipt:latest
```

```console Kubernetes/Helm
Expand Down Expand Up @@ -54,7 +54,7 @@ docker run -d \
-p 8080:8080 \
-p 9000:9000 \
-v $HOME/flipt:/var/opt/flipt \
flipt/flipt:latest
docker.flipt.io/flipt/flipt:latest
```

This will download the image and start a Flipt container and publish ports
Expand Down Expand Up @@ -94,7 +94,7 @@ docker run -d \
-p 9000:9000 \
-v $HOME/flipt:/var/opt/flipt \
-v $HOME/flipt/config.yaml:/etc/flipt/config.yaml \
flipt/flipt:latest
docker.flipt.io/flipt/flipt:latest
```

## Kubernetes/Helm
Expand Down

0 comments on commit b6c70cb

Please sign in to comment.