diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-04-22 06:24:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 06:24:52 -0400 |
commit | 26a51b29009e6250f2b52fc7c13fb1b65208754e (patch) | |
tree | 5fd96d95e5a134783d264b05db8efa86bdd59267 /pkg/domain/entities | |
parent | 67a1b520e38d9860345bdece2026c4f7a95cb8fd (diff) | |
parent | 5375401960cf0a9b716bb18eacdb07ffbb0e6da1 (diff) | |
download | podman-26a51b29009e6250f2b52fc7c13fb1b65208754e.tar.gz podman-26a51b29009e6250f2b52fc7c13fb1b65208754e.tar.bz2 podman-26a51b29009e6250f2b52fc7c13fb1b65208754e.zip |
Merge pull request #13943 from cdoern/clone
podman container clone -f
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r-- | pkg/domain/entities/containers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/domain/entities/containers.go b/pkg/domain/entities/containers.go index 3d1d7a6d2..ae60e5b96 100644 --- a/pkg/domain/entities/containers.go +++ b/pkg/domain/entities/containers.go @@ -477,4 +477,5 @@ type ContainerCloneOptions struct { Image string RawImageName string Run bool + Force bool } |