1
0
Fork 0
home-stack-kustomize/clean-dev-cluster.sh

7 lines
131 B
Bash
Executable File

#!/bin/bash -e
k3d cluster delete local
docker rm -f registry-localhost
docker rm -f mariadb-localhost
docker rm -f nfs-localhost