mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +08:00
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user