summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-03-09 14:33:48 +0100
committerGitHub <noreply@github.com>2021-03-09 14:33:48 +0100
commit66ac9426ecebe43c98684ce4231c36721ff87d3a (patch)
treec4951a002a23ff11fe009b877f522f5e88a0ea91 /docs
parent36ec835298d0e33a2f783ceaf4ed19a3b62075f7 (diff)
parent1f2f7e74590090fe8ba68b25f83f2ca08e2f201d (diff)
downloadpodman-66ac9426ecebe43c98684ce4231c36721ff87d3a.tar.gz
podman-66ac9426ecebe43c98684ce4231c36721ff87d3a.tar.bz2
podman-66ac9426ecebe43c98684ce4231c36721ff87d3a.zip
Merge pull request #9630 from vrothberg/cp-rootless-eperms
podman cp: ignore EPERMs in rootless mode
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-cp.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-cp.1.md b/docs/source/markdown/podman-cp.1.md
index 56511c244..bafbbdf3b 100644
--- a/docs/source/markdown/podman-cp.1.md
+++ b/docs/source/markdown/podman-cp.1.md
@@ -57,6 +57,8 @@ If you use a : in a local machine path, you must be explicit with a relative or
Using `-` as the *src_path* streams the contents of STDIN as a tar archive. The command extracts the content of the tar to the *DEST_PATH* in the container. In this case, *dest_path* must specify a directory. Using `-` as the *dest_path* streams the contents of the resource (can be a directory) as a tar archive to STDOUT.
+Note that `podman cp` ignores permission errors when copying from a running rootless container. The TTY devices inside a rootless container are owned by the host's root user and hence cannot be read inside the container's user namespace.
+
## OPTIONS
## ALTERNATIVES