fix: dkprune image flag documentation
This commit is contained in:
parent
f7504081bf
commit
0e0f9d6f54
9 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
if [ ! -w '/var/run/docker.sock' ]; then
|
||||
if ! [ -w '/var/run/docker.sock' ]; then
|
||||
alias docker='sudo docker'
|
||||
alias docker-compose='sudo docker-compose'
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue