From 26bd1914cb2e618902a037cd748c6da2ecafb8af Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Wed, 16 Mar 2016 11:14:46 -0700 Subject: [PATCH] Add docker stats --all --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd91f49..dc63a4f 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,8 @@ Restart policies on crashed docker instances are [covered here](http://container * [`docker diff`](https://docs.docker.com/reference/commandline/diff) shows changed files in the container's FS. `docker ps -a` shows running and stopped containers. -`docker stats --all` shows + +`docker stats --all` shows a running list of containers. ### Import / Export