diff options
author | baude <bbaude@redhat.com> | 2017-12-01 11:26:30 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-12-04 17:00:48 +0000 |
commit | 5c9694a0c1fc1d717c61597f659590dcb7b6f25b (patch) | |
tree | 4c2ff5ee08fbcd7d26faa2fc1e8ff736122a94e1 /docs/kpod.1.md | |
parent | adf8809521733283c364ec7de27c783e324185e8 (diff) | |
download | podman-5c9694a0c1fc1d717c61597f659590dcb7b6f25b.tar.gz podman-5c9694a0c1fc1d717c61597f659590dcb7b6f25b.tar.bz2 podman-5c9694a0c1fc1d717c61597f659590dcb7b6f25b.zip |
kpod attach
Attach to a running container
Signed-off-by: baude <bbaude@redhat.com>
Closes: #95
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 0e5204bec..7009289c7 100644 --- a/docs/kpod.1.md +++ b/docs/kpod.1.md @@ -52,6 +52,9 @@ has the capability to debug pods/images created by crio. ## COMMANDS +### attach +Attach to a running container + ### create create a new container |