Skip to content

Commit 3dd0a5e

Browse files
committed
updates cleanup
1 parent 76905a8 commit 3dd0a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ After finishing your work, you have two options:
181181
exit
182182
```
183183
```shell
184-
docker volume rm choreo-state tf-state
184+
docker volume rm openchoreo-state tf-state
185185
```
186-
**📝 Note:** The `tf-state` Docker volume is used to persist the installation state, so if you exit the dev container before completing the uninstallation and return later, your installation progress will still be there. The `choreo-state` volume is used to store the kubeconfig of the created KinD cluster, ensuring that the cluster configuration remains available even after restarting the container.
186+
**📝 Note:** The `tf-state` Docker volume is used to persist the installation state, so if you exit the dev container before completing the uninstallation and return later, your installation progress will still be there. The `openchoreo-state` volume is used to store the kubeconfig of the created KinD cluster, ensuring that the cluster configuration remains available even after restarting the container.
187187

188188
That's it!
189189

0 commit comments

Comments
 (0)