update dprune alias
This commit is contained in:
parent
a0116d9a1a
commit
120c25b9e5
|
@ -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 }' \
|
||||
|
|
Loading…
Reference in New Issue