diff options
author | baude <bbaude@redhat.com> | 2017-12-11 09:34:58 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-14 22:22:56 +0000 |
commit | 3ba2c3e11791b9da11661ea45d966d2db621a6ac (patch) | |
tree | ba83d175492e64b2949b27113cc4bdb98cc8f98a /docs/kpod.1.md | |
parent | bbe6b21cb802737f933305f7c2013a86349ba43c (diff) | |
download | podman-3ba2c3e11791b9da11661ea45d966d2db621a6ac.tar.gz podman-3ba2c3e11791b9da11661ea45d966d2db621a6ac.tar.bz2 podman-3ba2c3e11791b9da11661ea45d966d2db621a6ac.zip |
kpod top
Display information about processes in a running container.
Signed-off-by: baude <bbaude@redhat.com>
Closes: #121
Approved by: rhatdan
Diffstat (limited to 'docs/kpod.1.md')
-rw-r--r-- | docs/kpod.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/kpod.1.md b/docs/kpod.1.md index dec29e395..02f97739e 100644 --- a/docs/kpod.1.md +++ b/docs/kpod.1.md @@ -136,6 +136,9 @@ Stops one or more running containers. ### tag Add an additional name to a local image +### top +Display the running processes of a container + ### umount Unmount a working container's root file system |