diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-29 17:51:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 17:51:05 +0000 |
commit | 12f173f4732d50a85bf4875807597d2fd0e92cc0 (patch) | |
tree | 17a2a677e528e34071d982c69df5c72102f044c8 | |
parent | 2ee415be90b8d6ab75f9fe579fc1b8690e023d3c (diff) | |
parent | 72d316bee239fdc1d74377df3c3152dcb45716e1 (diff) | |
download | podman-12f173f4732d50a85bf4875807597d2fd0e92cc0.tar.gz podman-12f173f4732d50a85bf4875807597d2fd0e92cc0.tar.bz2 podman-12f173f4732d50a85bf4875807597d2fd0e92cc0.zip |
Merge pull request #7797 from rsommer/master
[CI:DOCS] Add section about current differences
-rw-r--r-- | transfer.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/transfer.md b/transfer.md index 49ff687e6..8ead43f63 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 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`: |