From 863ae68a1881d9f4a259eeac497f60d11243c389 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Tue, 18 Dec 2018 18:39:20 +0000 Subject: [PATCH] Prune containers after update as well --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 59d80e7..9221a39 100755 --- a/update.sh +++ b/update.sh @@ -39,4 +39,5 @@ service loki-server start echo -e "${CYAN}[${SCRIPT}] Remove untagged images${NC}" +docker container prune -f docker image prune -f