diff options
author | Rafael Bernard Araújo <rafael.araujo@initd.info> | 2022-11-15 20:05:33 +0100 |
---|---|---|
committer | Carlo <carlosalag@protonmail.com> | 2022-11-24 17:49:46 +0100 |
commit | c35ca17258dd870f1724eeb92e9077177d2e3bed (patch) | |
tree | 69b0b2be62100627a74ef0d5af054118472db894 /plugins/docker/README.md | |
parent | 1c06ea24fb2176e28facf34b7c2ed2bfb3c79eaa (diff) | |
download | zsh-c35ca17258dd870f1724eeb92e9077177d2e3bed.tar.gz zsh-c35ca17258dd870f1724eeb92e9077177d2e3bed.tar.bz2 zsh-c35ca17258dd870f1724eeb92e9077177d2e3bed.zip |
feat(docker): add `dsta` alias
Closes #11089
Diffstat (limited to 'plugins/docker/README.md')
-rw-r--r-- | plugins/docker/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/docker/README.md b/plugins/docker/README.md index b865d53ed..040a168d6 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 | +| 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 | | dvi | `docker volume inspect` | Display detailed information about one or more volumes | |