From c7d172b22ede09da04e50c00ba74e14643e6c2cc Mon Sep 17 00:00:00 2001 From: baltic-tea <97766478+baltic-tea@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:07:07 +0300 Subject: [PATCH] fix(README): add missing aliases from master branch --- plugins/docker/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/docker/README.md b/plugins/docker/README.md index 7b8a8c8a7..58d681f13 100644 --- a/plugins/docker/README.md +++ b/plugins/docker/README.md @@ -51,6 +51,7 @@ zstyle ':omz:plugins:docker' legacy-completion yes | dii | `docker image inspect` | Display detailed information on one or more images | | dils | `docker image ls` | List docker images | | dipu | `docker image push` | Push an image or repository to a remote registry | +| dipru | `docker image prune -a` | Remove all images not referenced by any container | | dirm | `docker image rm` | Remove one or more images | | dit | `docker image tag` | Add a name and tag to a particular image | | dkil | `docker kill` | Kill one or more running containers | @@ -65,6 +66,7 @@ zstyle ':omz:plugins:docker' legacy-completion yes | dpo | `docker container port` | List port mappings or a specific mapping for the container | | dpu | `docker pull` | Pull an image or a repository from a registry | | dpsh | `docker push` | Upload an image to a registry | +| dpsa | `docker ps -a` | List all running and stopped containers | | dritrm | `docker container run --rm -it` | Create a new container, start it in an interactive shell and automatically remove it | | dr | `docker container run` | Create a new container and start it using the specified command | | drit | `docker container run -it` | Create a new container and start it in an interactive shell |