Skip to content
Snippets Groups Projects
Commit 87324885 authored by Bilel El Yaagoubi's avatar Bilel El Yaagoubi
Browse files

Update README.md

parent 753c10b9
No related branches found
No related tags found
No related merge requests found
...@@ -298,21 +298,3 @@ front: ...@@ -298,21 +298,3 @@ front:
name: coucou name: coucou
``` ```
## Cleanup
Stop the local kind cluster:
```bash
./scripts/teardown.sh
```
Once you are done with this exercise, be sure to delete the containers you
created:
```bash
docker ps --quiet | xargs docker stop
docker ps --quiet --all | xargs docker rm
```
I hope you had fun and learned something!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment