more docker aliases
This commit is contained in:
parent
10ae970e2a
commit
f0831b50b8
1 changed files with 2 additions and 0 deletions
|
@ -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 }' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue