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 /transfer.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 'transfer.md')
-rw-r--r-- | transfer.md | 4 |
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) | |