diff options
author | Qi Wang <qiwan@redhat.com> | 2019-01-07 11:16:29 -0500 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2019-02-14 09:29:53 -0500 |
commit | 36d962990a0dff66d8e54a671aef30e8315839ed (patch) | |
tree | af648ad500c0e8608010ae528293b365f7d6af88 /commands.md | |
parent | 112a5ab20cd6a07bcfcccadd0c0b851927a16f05 (diff) | |
download | podman-36d962990a0dff66d8e54a671aef30e8315839ed.tar.gz podman-36d962990a0dff66d8e54a671aef30e8315839ed.tar.bz2 podman-36d962990a0dff66d8e54a671aef30e8315839ed.zip |
'podman cp' copy between host and container
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'commands.md')
-rw-r--r-- | commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.md b/commands.md index c7d03d5ad..41318ccbb 100644 --- a/commands.md +++ b/commands.md @@ -16,7 +16,7 @@ | [podman-container-refresh(1)](/docs/podman-container-refresh.1.md) | Refresh all containers state in database || | [podman-container-restore(1)](/docs/podman-container-restore.1.md) | Restores one or more running containers || | [podman-container-runlabel(1)](/docs/podman-container-runlabel.1.md) | Execute Image Label Method || -| [podman-cp(1)](/docs/podman-cp.1.md) | Instead of providing a `podman cp` command, the man page `podman-cp` describes how to use the `podman mount` command to have even more flexibility and functionality|| +| [podman-cp(1)](/docs/podman-cp.1.md) | Copy files/folders between a container and the local filesystem || | [podman-create(1)](/docs/podman-create.1.md) | Create a new container || | [podman-diff(1)](/docs/podman-diff.1.md) | Inspect changes on a container or image's filesystem |[![...](/docs/play.png)](https://asciinema.org/a/FXfWB9CKYFwYM4EfqW3NSZy1G)| | [podman-exec(1)](/docs/podman-exec.1.md) | Execute a command in a running container |