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 /README.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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ libpod is currently in active development. | Command | Description | Demo| | ---------------------------------------------------- | --------------------------------------------------------------------------|-----| | [kpod(1)](/docs/kpod.1.md) | Simple management tool for pods and images || -| [kpod-attach(1)](/docs/kpod-attach.1.md) | Instead of providing a `kpod attach` command, the man page `kpod-attach` describes how to use the `kpod logs` and `kpod exec` commands to achieve the same goals as `kpod attach`.|| +| [kpod-attach(1)](/docs/kpod-attach.1.md) | Attach to a running container. | [kpod-cp(1)](/docs/kpod-cp.1.md) | Instead of providing a `kpod cp` command, the man page `kpod-cp` describes how to use the `kpod mount` command to have even more flexibility and functionality.|| | [kpod-diff(1)](/docs/kpod-diff.1.md) | Inspect changes on a container or image's filesystem |[![...](/docs/play.png)](https://asciinema.org/a/FXfWB9CKYFwYM4EfqW3NSZy1G)| | [kpod-export(1)](/docs/kpod-export.1.md) | Export container's filesystem contents as a tar archive |[![...](/docs/play.png)](https://asciinema.org/a/913lBIRAg5hK8asyIhhkQVLtV)| |