1
0
Fork 0

make dprune less suicidal

This commit is contained in:
Luca Bilke 2023-11-23 17:18:27 +01:00
parent f0831b50b8
commit a3e6c33cdc
1 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,6 @@ alias \
dsp="docker stop" \
din="docker inspect" \
dcp="docker cp" \
dprune="yes | { docker container prune; docker volume prune; docker network prune; docker image prune; }" \
dprune="docker container prune; docker volume prune; docker network prune; docker image prune" \
dbash=' () { docker exec -it $1 /bin/bash }' \
dsh=' () { docker exec -it $1 /bin/sh }' \