Skip to content

Commit 2285449

Browse files
Update quick-start commands
1 parent 6221376 commit 2285449

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/getting-started/quick-start-guide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ Run the following command to start the dev container and launch a terminal sessi
2222

2323
```shell
2424
docker run --rm -it --name openchoreo-quick-start \
25+
--pull always \
2526
-v /var/run/docker.sock:/var/run/docker.sock \
26-
-v openchoreo-state:/state \
27-
-v tf-state:/app/terraform \
2827
--network bridge \
2928
-p 8443:8443 \
3029
-p 7007:7007 \
@@ -38,7 +37,7 @@ This process sets up a [KinD](https://kind.sigs.k8s.io/) (Kubernetes-in-Docker)
3837
To begin the installation, run:
3938

4039
```shell
41-
TF_VAR_openchoreo_version="0.0.0-latest-dev" ./install.sh
40+
./install.sh --openchoreo-version 0.0.0-latest-dev
4241
```
4342

4443
**💡 Tip:** If you previously used this setup and encounter errors during installation, ensure you perform the proper cleanup as outlined in the [Cleaning up](#cleaning-up) section before starting again.

0 commit comments

Comments
 (0)