From 1340460b4155c2bbc5420961cc8d0e5a4a027609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Grodziski?= Date: Tue, 21 Jul 2020 21:50:57 +0200 Subject: [PATCH] --- docker-aliases.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-aliases.sh b/docker-aliases.sh index 64ca934..9bd24f0 100644 --- a/docker-aliases.sh +++ b/docker-aliases.sh @@ -23,6 +23,7 @@ # drmc : remove all exited containers # # drmid : remove all dangling images # # drun : execute a bash shell in NEW container from # +# dsp : docker system prune --all # # dsr : stop then remove # # # ############################################################################ @@ -102,4 +103,5 @@ alias dpsa="docker ps -a" alias drmc=drmc-fn alias drmid=drmid-fn alias drun=drun-fn +alias dsp="docker system prune --all" alias dsr=dsr-fn \ No newline at end of file