summaryrefslogtreecommitdiff
path: root/hack/local-up-kubeedge.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hack/local-up-kubeedge.sh')
-rwxr-xr-xhack/local-up-kubeedge.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/hack/local-up-kubeedge.sh b/hack/local-up-kubeedge.sh
index 9535621d4..0c1f5be45 100755
--- a/hack/local-up-kubeedge.sh
+++ b/hack/local-up-kubeedge.sh
@@ -68,6 +68,8 @@ function cleanup {
echo "Running kind: [kind delete cluster ${CLUSTER_CONTEXT}]"
kind delete cluster ${CLUSTER_CONTEXT}
+
+ docker system prune -f
}
if [[ "${ENABLE_DAEMON}" = false ]]; then