diff options
author | Roland Sommer <rol@ndsommer.de> | 2020-09-28 17:16:09 +0200 |
---|---|---|
committer | Roland Sommer <rol@ndsommer.de> | 2020-09-29 08:21:09 +0200 |
commit | 72d316bee239fdc1d74377df3c3152dcb45716e1 (patch) | |
tree | 99b1b4a112bc606e5b40ef1b08e75efaeba73c5b /transfer.md | |
parent | e0abd12016d7074af808c20944c9137f90252255 (diff) | |
download | podman-72d316bee239fdc1d74377df3c3152dcb45716e1.tar.gz podman-72d316bee239fdc1d74377df3c3152dcb45716e1.tar.bz2 podman-72d316bee239fdc1d74377df3c3152dcb45716e1.zip |
Apply suggestions from code review
Co-authored-by: Tom Sweeney <tsweeney@redhat.com>
Signed-off-by: Roland Sommer <rol@ndsommer.de>
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 ae786d079..8ead43f63 100644 --- a/transfer.md +++ b/transfer.md @@ -91,11 +91,11 @@ There are other equivalents for these tools ## Behavioural differences and pitfalls -These commands behave different from Docker: +These commands behave differently from the commands in Docker: | Command | Description | | :--- | :--- | -| `podman volume create` | While `docker volume create` is idempotent, `podman volume create` raises an error if the volume does already exist. See this [docker issue](https://github.com/moby/moby/issues/16068) on that.| +| `podman volume create` | While `docker volume create` is idempotent, `podman volume create` raises an error if the volume does already exist. See this [docker issue](https://github.com/moby/moby/issues/16068) for more information.| ## Missing commands in podman |