summaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-24 18:09:43 +0100
committerGitHub <noreply@github.com>2022-03-24 18:09:43 +0100
commitcaaaf07c1e9d30d91122a462e65cea5ca49391d0 (patch)
tree4071e2b5cb7801c4daabbd7ad1d1f784bf157f9a /docs/source/markdown
parent32748492e919b9f3a7882dc2febc454d39c04c3e (diff)
parentb469bf5c05ce05e7b77852fa686f1e26dd59ec3e (diff)
downloadpodman-caaaf07c1e9d30d91122a462e65cea5ca49391d0.tar.gz
podman-caaaf07c1e9d30d91122a462e65cea5ca49391d0.tar.bz2
podman-caaaf07c1e9d30d91122a462e65cea5ca49391d0.zip
Merge pull request #13587 from giuseppe/clone-to-pod
container: allow clone to an existing pod
Diffstat (limited to 'docs/source/markdown')
-rw-r--r--docs/source/markdown/podman-container-clone.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-container-clone.1.md b/docs/source/markdown/podman-container-clone.1.md
index 870bf077c..eaf330373 100644
--- a/docs/source/markdown/podman-container-clone.1.md
+++ b/docs/source/markdown/podman-container-clone.1.md
@@ -141,6 +141,12 @@ If no memory limits are specified, the original container's will be used.
Set a custom name for the cloned container. The default if not specified is of the syntax: **<ORIGINAL_NAME>-clone**
+#### **--pod**=*name*
+
+Clone the container in an existing pod. It is helpful to move a container to an
+existing pod. The container will join the pod shared namespaces, losing its configuration
+that conflicts with the shared namespaces.
+
#### **--run**
When set to true, this flag runs the newly created container after the