Add section about current differences

There are some differences in behaviour between docker and podman which should be documented to help developers while transitioning.

Signed-off-by: Roland Sommer <rol@ndsommer.de>
This commit is contained in:
Roland Sommer
2020-09-28 12:58:41 +02:00
parent 03d01abec6
commit e0abd12016

View File

@@ -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 different from 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.|
## Missing commands in podman
Those Docker commands currently do not have equivalents in `podman`: