fix(docker): rename dip alias to dipu to avoid naming conflict (#10957)

This commit is contained in:
Maxim Derbenev 2022-06-06 18:37:42 +05:00 committed by GitHub
commit d41ca84af1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ alias dxcit='docker container exec -it'
alias dib='docker image build'
alias dii='docker image inspect'
alias dils='docker image ls'
alias dip='docker image push'
alias dipu='docker image push'
alias dirm='docker image rm'
alias dit='docker image tag'