From b469bf5c05ce05e7b77852fa686f1e26dd59ec3e Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 22 Mar 2022 11:04:46 +0100 Subject: container: allow clone to an existing pod Closes: https://github.com/containers/podman/issues/3979 Signed-off-by: Giuseppe Scrivano --- docs/source/markdown/podman-container-clone.1.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/source') 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: **-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 -- cgit v1.2.3-54-g00ecf