1
0
Fork 0

more docker aliases

This commit is contained in:
Luca Bilke 2023-11-21 18:05:08 +01:00
parent 10ae970e2a
commit f0831b50b8
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ alias \
dsr="docker start" \
drm="docker rm" \
dsp="docker stop" \
din="docker inspect" \
dcp="docker cp" \
dprune="yes | { 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 }' \