summaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-22 06:24:52 -0400
committerGitHub <noreply@github.com>2022-04-22 06:24:52 -0400
commit26a51b29009e6250f2b52fc7c13fb1b65208754e (patch)
tree5fd96d95e5a134783d264b05db8efa86bdd59267 /docs/source/markdown
parent67a1b520e38d9860345bdece2026c4f7a95cb8fd (diff)
parent5375401960cf0a9b716bb18eacdb07ffbb0e6da1 (diff)
downloadpodman-26a51b29009e6250f2b52fc7c13fb1b65208754e.tar.gz
podman-26a51b29009e6250f2b52fc7c13fb1b65208754e.tar.bz2
podman-26a51b29009e6250f2b52fc7c13fb1b65208754e.zip
Merge pull request #13943 from cdoern/clone
podman container clone -f
Diffstat (limited to 'docs/source/markdown')
-rw-r--r--docs/source/markdown/podman-container-clone.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-container-clone.1.md b/docs/source/markdown/podman-container-clone.1.md
index 7d5e1c262..69423113d 100644
--- a/docs/source/markdown/podman-container-clone.1.md
+++ b/docs/source/markdown/podman-container-clone.1.md
@@ -125,6 +125,10 @@ If none are specified, the original container's CPU memory nodes are used.
Remove the original container that we are cloning once used to mimic the configuration.
+#### **--force**, **-f**
+
+Force removal of the original container that we are cloning. Can only be used in conjunction with **--destroy**.
+
#### **--memory**, **-m**=*limit*
Memory limit (format: `<number>[<unit>]`, where unit = b (bytes), k (kilobytes), m (megabytes), or g (gigabytes))