Skip to content

Commit

Permalink
fix(docker): rename dip alias to dipu to avoid naming conflict (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
dx0x58 authored and kareefardi committed Jul 14, 2022
1 parent 1593450 commit 7c1a16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ the lines below to your zshrc file**, but be aware of the side effects:
| dib | `docker image build` | Build an image from a Dockerfile (same as docker build) |
| dii | `docker image inspect` | Display detailed information on one or more images |
| dils | `docker image ls` | List docker images |
| dip | `docker image push` | Push an image or repository to a remote registry |
| dipu | `docker image push` | Push an image or repository to a remote registry |
| dirm | `docker image rm` | Remove one or more images |
| dit | `docker image tag` | Add a name and tag to a particular image |
| | | **Docker Network** |
Expand Down
2 changes: 1 addition & 1 deletion plugins/docker/docker.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 7c1a16c

Please sign in to comment.