diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-14 22:31:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-14 22:31:52 +0100 |
commit | 18bf883eeb08d7cb5bd1c999e43f1140be4f787d (patch) | |
tree | 8851fe890705c89aed85998cdaea2a6a612b9fd6 /commands.md | |
parent | 1b352ff62a05cf1743501a584b52e3a8f9eff134 (diff) | |
parent | 36d962990a0dff66d8e54a671aef30e8315839ed (diff) | |
download | podman-18bf883eeb08d7cb5bd1c999e43f1140be4f787d.tar.gz podman-18bf883eeb08d7cb5bd1c999e43f1140be4f787d.tar.bz2 podman-18bf883eeb08d7cb5bd1c999e43f1140be4f787d.zip |
Merge pull request #2151 from QiWang19/cp
'podman cp' copy between host and container
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 37fc57f65..3fd27ad5d 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 |