diff options
Diffstat (limited to 'transfer.md')
-rw-r--r-- | transfer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transfer.md b/transfer.md index 1a2820cf3..101140905 100644 --- a/transfer.md +++ b/transfer.md @@ -39,7 +39,7 @@ There are other equivalents for these tools | Existing Step | PODMAN (and friends) | | :--- | :--- | | `docker attach` | [`podman exec`](./docs/podman-attach.1.md)| -| `docker build` | [`buildah bud`](https://github.com/projectatomic/buildah/blob/master/docs/buildah-bud.md) | +| `docker build` | [`podman build`](./docs/podman-build.1.md) | | `docker commit` | [`podman commit`](./docs/podman-commit.1.md)| | `docker cp` | [`podman mount`](./docs/podman-cp.1.md) **** | | `docker create` | [`podman create`](./docs/podman-create.1.md) | |