From b4b145998aa86fa7c1eeb04042c28280a63035c1 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Tue, 12 Dec 2023 19:35:06 -0600 Subject: [PATCH] Made docker prune not require confirmation --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index c01c779..48022f9 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -115,7 +115,7 @@ alias redog="$DOCKER_COMPOSE_COMMAND down && $DOCKER_COMPOSE_COMMAND up -d; $DOC alias dolog="$DOCKER_COMPOSE_COMMAND up -d; $DOCKER_COMPOSE_COMMAND logs -f" alias watchtower="docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --restart unless-stopped" # Regain all that space taken up by projects you abandoned -alias docprune='docker image prune && docker network prune && docker container prune && docker volume prune' +alias docprune='docker image prune -f && docker network prune -f && docker container prune -f && docker volume prune -f' # Send things instantly to a pastebin. Pipe other commands into this to share their output. alias bin='nc termbin.com 9999' # Quicker Docker exec