2022-02-20 12:14:26 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
ABSDIR="$( dirname "$(readlink -f -- "$0")" )"
|
|
|
|
source ${ABSDIR}/../functions.sh
|
|
|
|
source ${ABSDIR}/vars.sh
|
|
|
|
|
|
|
|
# Run regular prune script for pods
|
|
|
|
source ${ABSDIR}/../_podman-common/80_destroy_pod.sh &&
|
|
|
|
# Remove configuration volume
|
2022-09-03 13:08:06 +00:00
|
|
|
podman unshare rm -rf ${confvolume}/
|