feat(docker): add image prune alias (#12520)

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
Alvin Crespo 2024-08-01 14:35:49 -04:00 committed by GitHub
commit 0f75203698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ alias dib='docker image build'
alias dii='docker image inspect'
alias dils='docker image ls'
alias dipu='docker image push'
alias dipru='docker image prune -a'
alias dirm='docker image rm'
alias dit='docker image tag'
alias dlo='docker container logs'