rke2/scripts/clean-cache

9 lines
146 B
Bash
Executable File

#!/usr/bin/env bash
cd $(dirname $0)/..
source ./scripts/version.sh
docker rm -fv ${PROG}-dev-shell
docker volume rm ${PROG}-cache ${PROG}-pkg