summaryrefslogtreecommitdiff
path: root/transfer.md
diff options
context:
space:
mode:
authorQi Wang <qiwan@redhat.com>2019-01-07 11:16:29 -0500
committerQi Wang <qiwan@redhat.com>2019-02-14 09:29:53 -0500
commit36d962990a0dff66d8e54a671aef30e8315839ed (patch)
treeaf648ad500c0e8608010ae528293b365f7d6af88 /transfer.md
parent112a5ab20cd6a07bcfcccadd0c0b851927a16f05 (diff)
downloadpodman-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 'transfer.md')
-rw-r--r--transfer.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/transfer.md b/transfer.md
index af7904e5f..c2d472f08 100644
--- a/transfer.md
+++ b/transfer.md
@@ -37,11 +37,11 @@ There are other equivalents for these tools
| Existing Step | `Podman` (and friends) |
| :--- | :--- |
-| `docker attach` | [`podman exec`](./docs/podman-attach.1.md) |
+| `docker attach` | [`podman attach`](./docs/podman-attach.1.md) |
+| `docker cp` | [`podman cp`](./docs/podman-cp.1.md) |
| `docker build` | [`podman build`](./docs/podman-build.1.md) |
| `docker commit` | [`podman commit`](./docs/podman-commit.1.md) |
| `docker container`|[`podman container`](./docs/podman-container.1.md) |
-| `docker cp` | [`podman mount`](./docs/podman-cp.1.md) **** |
| `docker create` | [`podman create`](./docs/podman-create.1.md) |
| `docker diff` | [`podman diff`](./docs/podman-diff.1.md) |
| `docker export` | [`podman export`](./docs/podman-export.1.md) |