mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-16 15:10:12 +01:00
add docker stats command
This commit is contained in:
parent
f6298a1556
commit
58418d5079
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ Restart policies on crashed docker instances are [covered here](http://container
|
|||
* [`docker events`](http://docs.docker.io/reference/commandline/cli/#events) gets events from container.
|
||||
* [`docker port`](http://docs.docker.io/reference/commandline/cli/#port) shows public facing port of container.
|
||||
* [`docker top`](http://docs.docker.io/reference/commandline/cli/#top) shows running processes in container.
|
||||
* [`docker stats`](http://docs.docker.com/reference/commandline/cli/#stats) shows containers' resource usage statistics.
|
||||
* [`docker diff`](http://docs.docker.io/reference/commandline/cli/#diff) shows changed files in the container's FS.
|
||||
|
||||
`docker ps -a` shows running and stopped containers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue