summaryrefslogtreecommitdiff
path: root/plugins/docker/README.md
diff options
context:
space:
mode:
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 a9f842db2..0bc24b54a 100644
--- a/plugins/docker/README.md
+++ b/plugins/docker/README.md
@@ -77,6 +77,7 @@ If you use Podman's Docker wrapper, you need to enable legacy completion. See ab
| 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 |
+| dsts | `docker stats` | Display real-time streaming statistics for containers |
| dtop | `docker top` | Display the running processes of a container |
| dvi | `docker volume inspect` | Display detailed information about one or more volumes |
| dvls | `docker volume ls` | List all the volumes known to docker |