From 87324885423c479d6500c06f84dc4515156b0839 Mon Sep 17 00:00:00 2001 From: Bilel El Yaagoubi <bilel.el-yaagoubi@student-cs.fr> Date: Sun, 5 Jun 2022 18:27:52 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 40a03aa..0f6251c 100644 --- a/README.md +++ b/README.md @@ -298,21 +298,3 @@ front: 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! -- GitLab