1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 07:50:40 +01:00

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
parent 432596e991
commit 0f75203698
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'