diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-07-19 10:15:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 10:15:33 -0400 |
commit | 6997db694acbfaa41b010879efdcdc1bf5b3dd98 (patch) | |
tree | 065dbaea9285f8f2556683fc7a60ba27b236f4c6 | |
parent | 9ae7b1a5b176176b1b6a0b8e5d191783b68d9b2c (diff) | |
parent | 5f3d6a02229bcf3519cba589d7f5f54bd61d1583 (diff) | |
download | podman-6997db694acbfaa41b010879efdcdc1bf5b3dd98.tar.gz podman-6997db694acbfaa41b010879efdcdc1bf5b3dd98.tar.bz2 podman-6997db694acbfaa41b010879efdcdc1bf5b3dd98.zip |
Merge pull request #1107 from lberk/patch-1
[trivial] - fix typo in transfer.md
-rw-r--r-- | transfer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transfer.md b/transfer.md index 3a11fe4f6..7c8b64b02 100644 --- a/transfer.md +++ b/transfer.md @@ -58,7 +58,7 @@ There are other equivalents for these tools | `docker pull` | [`podman pull`](./docs/podman-pull.1.md) | | `docker push` | [`podman push`](./docs/podman-push.1.md) | | `docker port` | [`podman port`](./docs/podman-port.1.md) | -| `docker restart` | [`podman restart`](./docs/podman-restart.1.md)] | +| `docker restart` | [`podman restart`](./docs/podman-restart.1.md) | | `docker rm` | [`podman rm`](./docs/podman-rm.1.md) | | `docker rmi` | [`podman rmi`](./docs/podman-rmi.1.md) | | `docker run` | [`podman run`](./docs/podman-run.1.md) | |