services-garbaye/podman-matrix/80_destroy.sh

11 lines
282 B
Bash
Raw Normal View History

2022-11-05 22:55:12 +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 pod network
podman network rm ${project_name}_default