fix: dkprune image flag documentation

This commit is contained in:
AngeD 2022-10-30 18:31:58 +01:00
parent f7504081bf
commit 0e0f9d6f54
9 changed files with 10 additions and 10 deletions

View file

@ -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