Add docker stats --all

This commit is contained in:
Will Sargent 2016-03-16 11:14:46 -07:00
parent a13a63e0dd
commit 26bd1914cb

View file

@ -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