Add documentation on kpod attach

Add a man page on how to achieve the same user experience as using
kpod attach by using either the kpod logs or kpod exec commands.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2017-10-06 18:06:29 +00:00
parent 8c9fcfce0d
commit df5110dfd5
4 changed files with 37 additions and 3 deletions

View file

@ -6,7 +6,7 @@
kpod-cp - Copy files/folders between a container and the local filesystem.
## Description
We chose not to implement this feature in kpod even though the upstream docker
We chose not to implement the `cp` feature in `kpod` even though the upstream Docker
project has it. We have a much stronger capability. Using standard kpod-mount
and kpod-umount, we can take advantage of the entire linux tool chain, rather
then just cp.