diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-30 21:17:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 21:17:28 +0200 |
commit | 2dcfd3df0b58463b050385c0ccd7929c540bce21 (patch) | |
tree | 0cfaee673b6b21c6e3f0645e38d0e205a8067308 /docs/podman-cp.1.md | |
parent | 7358a4c590526cd656affd20db051dd6a852f3bb (diff) | |
parent | 5a07311d9e8f6c66d23b77a3b01abe1d3aa0676d (diff) | |
download | podman-2dcfd3df0b58463b050385c0ccd7929c540bce21.tar.gz podman-2dcfd3df0b58463b050385c0ccd7929c540bce21.tar.bz2 podman-2dcfd3df0b58463b050385c0ccd7929c540bce21.zip |
Merge pull request #3214 from mheon/resolve_symlinks_in_cp
Resolve symlinks in cp
Diffstat (limited to 'docs/podman-cp.1.md')
-rw-r--r-- | docs/podman-cp.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-cp.1.md b/docs/podman-cp.1.md index 406dd51df..76fe57a9e 100644 --- a/docs/podman-cp.1.md +++ b/docs/podman-cp.1.md @@ -61,6 +61,10 @@ If you use a : in a local machine path, you must be explicit with a relative or Extract the tar file into the destination directory. If the destination directory is not provided, extract the tar file into the root directory. +**--pause** + +Pause the container while copying into it to avoid potential security issues around symlinks. Defaults to *true*. + ## ALTERNATIVES Podman has much stronger capabilities than just `podman cp` to achieve copy files between host and container. |