desktop-environment/scripts/clean-hard.sh
Jackson Delahunt fde1ac8a22 no-hosts
2019-02-16 02:09:49 +11:00

10 lines
386 B
Bash
Executable file

REPO_ROOT=$(dirname $(realpath $0))/..
# Perform a basic clean
$REPO_ROOT/scripts/clean.sh
# Remove volumes that can be recreated from scratch, but require manual configuration in app
docker volume rm DESKTOP_ENVIRONMENT_CONFIG_CHROME
docker volume rm DESKTOP_ENVIRONMENT_CONFIG_CODE
docker volume rm DESKTOP_ENVIRONMENT_CONFIG_GITHUB
docker volume rm DESKTOP_ENVIRONMENT_CONFIG_ZOOM