podman/pkg/specgenutil
cdoern 958759a719 podman pod clone
implement podman pod clone, a command to create an exact copy of a pod while changing
certain config elements

current supported flags are:
--name change the pod name
--destroy remove the original pod
--start run the new pod on creation
and all infra-container related flags from podman pod create (namespaces etc)

resolves #12843

Signed-off-by: cdoern <cdoern@redhat.com>
2022-06-10 14:23:19 -04:00
..
createparse.go Support setting image_volume_mode in containers.conf 2022-05-26 14:16:26 -04:00
ports.go InfraContainer Rework 2021-08-26 16:05:16 -04:00
ports_test.go Unit tests for pkg/specgenutil pkg/signal 2022-04-25 14:48:39 -05:00
specgen.go podman pod clone 2022-06-10 14:23:19 -04:00
specgenutil_test.go Implements Windows volume/mount support 2022-04-25 13:52:27 -05:00
util.go Add support for passing --volumepath 2022-04-23 08:03:36 -04:00
util_test.go Unit tests for pkg/specgenutil pkg/signal 2022-04-25 14:48:39 -05:00
volumes.go Implements Windows volume/mount support 2022-04-25 13:52:27 -05:00
volumes_test.go Unit tests for pkg/specgenutil pkg/signal 2022-04-25 14:48:39 -05:00