From b61ca4a4a1bb851c4eadf33eaa0834fcd9d80647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 3 Apr 2018 16:42:55 +0200 Subject: [PATCH] set default time to keep old images from one day to one week --- docker-prune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-prune b/docker-prune index 2e59318..5a154f9 100755 --- a/docker-prune +++ b/docker-prune @@ -37,7 +37,7 @@ success() { } # commandline parameter evaluation -filter="until=24h" +filter="until=168h" while test $# -gt 0; do case "$1" in (--help|-h) less <