Apply suggestions from code review

Co-authored-by: Tom Sweeney <tsweeney@redhat.com>
Signed-off-by: Roland Sommer <rol@ndsommer.de>
This commit is contained in:
Roland Sommer
2020-09-28 17:16:09 +02:00
parent e0abd12016
commit 72d316bee2

View File

@ -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