feat: dksys -> docker system

This commit is contained in:
AngeD 2023-03-29 20:09:37 +02:00
parent dfa2a9b477
commit 832c0093d7
2 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 63e4a3a40a494e76ef7613f127b31919eebd47d1 Subproject commit 9850baa958d6a1edd6586d77e354d89249f97a88

View File

@ -57,10 +57,10 @@ alias dknrm!='docker network rm -f'
alias dknrm='docker network rm' alias dknrm='docker network rm'
## system ## system
alias dks='docker system' alias dksys='docker system'
alias dksdf='docker system df' alias dksysdf='docker system df'
alias dksp!='docker system prune -f' alias dksysp!='docker system prune -f'
alias dksp='docker system prune' alias dksysp='docker system prune'
# compose # compose
alias dc='docker-compose' alias dc='docker-compose'