summaryrefslogtreecommitdiff
path: root/plugins/docker/README.md
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2022-07-03 20:48:55 -0400
committerTuowen Zhao <ztuowen@gmail.com>2022-07-03 20:48:55 -0400
commit6e0a7765188ef970d738108d11eaecc7b79a5f5e (patch)
tree01712cef5fe2cc74a8bceb2abc2e54ca2c54aff1 /plugins/docker/README.md
parent901674e84756d64024cdc70f9590c3557c6d92d6 (diff)
parent4c82a2eedf0c43d47601ffa8b0303ed1326fab8f (diff)
downloadzsh-6e0a7765188ef970d738108d11eaecc7b79a5f5e.tar.gz
zsh-6e0a7765188ef970d738108d11eaecc7b79a5f5e.tar.bz2
zsh-6e0a7765188ef970d738108d11eaecc7b79a5f5e.zip
Merge remote-tracking branch 'github/master'
Diffstat (limited to 'plugins/docker/README.md')
-rw-r--r--plugins/docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docker/README.md b/plugins/docker/README.md
index 2b721c770..606690f14 100644
--- a/plugins/docker/README.md
+++ b/plugins/docker/README.md
@@ -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** |