diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2022-03-22 11:04:46 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2022-03-24 14:24:50 +0100 |
commit | b469bf5c05ce05e7b77852fa686f1e26dd59ec3e (patch) | |
tree | 5f4f087eb631acc3372ebb848d5b0ef4c4595807 /docs/source | |
parent | 809f82bdbd441d602e584b1c9c2b5597a739b10e (diff) | |
download | podman-b469bf5c05ce05e7b77852fa686f1e26dd59ec3e.tar.gz podman-b469bf5c05ce05e7b77852fa686f1e26dd59ec3e.tar.bz2 podman-b469bf5c05ce05e7b77852fa686f1e26dd59ec3e.zip |
container: allow clone to an existing pod
Closes: https://github.com/containers/podman/issues/3979
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-container-clone.1.md | 6 |
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 |