mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
'podman cp' copy between host and container
Signed-off-by: Qi Wang <qiwan@redhat.com>
This commit is contained in:
@@ -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) |
|
||||
|
||||
Reference in New Issue
Block a user