#!/usr/bin/env bash
# "system" prune, because pruning images only leaves a lot of garbage around
docker volume prune --force > /var/log/docker-volumes-prune.log 2>&1
exit 0