summaryrefslogtreecommitdiff
path: root/plugins/docker/README.md
diff options
context:
space:
mode:
authorkormosi <53222723+kormosi@users.noreply.github.com>2022-12-15 11:47:10 +0100
committerGitHub <noreply@github.com>2022-12-15 11:47:10 +0100
commit3705edf557922f286a5054523d6d7208e2ed6f5e (patch)
treeae1c29f30304c6435cc3ae649c056a02d4db93e6 /plugins/docker/README.md
parent29cf199b5d84eb4897f2e0e421a344174568eb9f (diff)
downloadzsh-3705edf557922f286a5054523d6d7208e2ed6f5e.tar.gz
zsh-3705edf557922f286a5054523d6d7208e2ed6f5e.tar.bz2
zsh-3705edf557922f286a5054523d6d7208e2ed6f5e.zip
feat(docker): add `drs` alias (#11393)
Diffstat (limited to 'plugins/docker/README.md')
-rw-r--r--plugins/docker/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/docker/README.md b/plugins/docker/README.md
index 040a168d6..512b5d17c 100644
--- a/plugins/docker/README.md
+++ b/plugins/docker/README.md
@@ -58,6 +58,7 @@ file**, but be aware of the side effects:
| drm | `docker container rm` | Remove the specified container(s) |
| drm! | `docker container rm -f` | Force the removal of a running container (uses SIGKILL) |
| dst | `docker container start` | Start one or more stopped containers |
+| drs | `docker container restart` | Restart one or more containers
| dsta | `docker stop $(docker ps -q)` | Stop all running containers |
| dstp | `docker container stop` | Stop one or more running containers |
| dtop | `docker top` | Display the running processes of a container |