mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-16 15:10:12 +01:00
Add docker stats --all
This commit is contained in:
parent
a13a63e0dd
commit
26bd1914cb
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue