mirror of
https://github.com/containers/podman.git
synced 2025-06-17 06:57:43 +08:00
Fix default to pause in podman cp
We want to default to secure when running containers as root, in rootless, we need to change the default if the system does not support cgroup v1. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user