1
0
Fork 0

update dprune alias

This commit is contained in:
Luca Bilke 2023-12-15 12:51:14 +01:00
parent a0116d9a1a
commit 120c25b9e5
1 changed files with 1 additions and 1 deletions

View File

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