mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Merge pull request #7797 from rsommer/master
[CI:DOCS] Add section about current differences
This commit is contained in:
@ -89,6 +89,14 @@ There are other equivalents for these tools
|
||||
|
||||
**** Use mount to take advantage of the entire linux tool chain rather then just cp. Read [`here`](./docs/podman-cp.1.md) for more information.
|
||||
|
||||
## Behavioural differences and pitfalls
|
||||
|
||||
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) for more information.|
|
||||
|
||||
## Missing commands in podman
|
||||
|
||||
Those Docker commands currently do not have equivalents in `podman`:
|
||||
|
Reference in New Issue
Block a user