summaryrefslogtreecommitdiff
path: root/transfer.md
diff options
context:
space:
mode:
authorRoland Sommer <rol@ndsommer.de>2020-09-28 12:58:41 +0200
committerRoland Sommer <rol@ndsommer.de>2020-09-28 17:10:24 +0200
commite0abd12016d7074af808c20944c9137f90252255 (patch)
treedd48e945d481ae9723d874622172d0ed6612aa43 /transfer.md
parent03d01abec6d028e9d5f60615b0451e42d0611d1d (diff)
downloadpodman-e0abd12016d7074af808c20944c9137f90252255.tar.gz
podman-e0abd12016d7074af808c20944c9137f90252255.tar.bz2
podman-e0abd12016d7074af808c20944c9137f90252255.zip
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>
Diffstat (limited to 'transfer.md')
-rw-r--r--transfer.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/transfer.md b/transfer.md
index 49ff687e6..ae786d079 100644
--- a/transfer.md
+++ b/transfer.md
@@ -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`: