diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-14 11:32:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-14 11:32:31 +0200 |
commit | a1970e1915fa99c1893bccd3a71a11d2bff77602 (patch) | |
tree | 7605b6f444c134f5f99a191a5b0005b183a44203 /docs | |
parent | 2366fd7ac621ba15abe559832f024d06b3db3c9b (diff) | |
parent | a481a1265acbfb011a5400ffba39bbcb020a1c7c (diff) | |
download | podman-a1970e1915fa99c1893bccd3a71a11d2bff77602.tar.gz podman-a1970e1915fa99c1893bccd3a71a11d2bff77602.tar.bz2 podman-a1970e1915fa99c1893bccd3a71a11d2bff77602.zip |
Merge pull request #4026 from rhatdan/copy
Fix default to pause in podman cp
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-cp.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-cp.1.md b/docs/podman-cp.1.md index e3d992b55..736bdb12a 100644 --- a/docs/podman-cp.1.md +++ b/docs/podman-cp.1.md @@ -65,7 +65,7 @@ Extract the tar file into the destination directory. If the destination director **--pause** -Pause the container while copying into it to avoid potential security issues around symlinks. Defaults to *false*. +Pause the container while copying into it to avoid potential security issues around symlinks. Defaults to *true*. On rootless containers with cgroups V1, defaults to false. ## ALTERNATIVES |