mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00
container: allow clone to an existing pod
Closes: https://github.com/containers/podman/issues/3979 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user