diff options
author | cdoern <cbdoer23@g.holycross.edu> | 2022-04-20 21:40:47 -0400 |
---|---|---|
committer | cdoern <cbdoer23@g.holycross.edu> | 2022-04-21 15:00:32 -0400 |
commit | 5375401960cf0a9b716bb18eacdb07ffbb0e6da1 (patch) | |
tree | b35639c169b65c5e5d44ccfa3e9e75fe8aa4f47f /docs | |
parent | 02ab86a68aa3c510dc8be8aefbd1029efb657438 (diff) | |
download | podman-5375401960cf0a9b716bb18eacdb07ffbb0e6da1.tar.gz podman-5375401960cf0a9b716bb18eacdb07ffbb0e6da1.tar.bz2 podman-5375401960cf0a9b716bb18eacdb07ffbb0e6da1.zip |
podman container clone -f
add the option -f to force remove the parent container if --destory is specified
resolves #13917
Signed-off-by: cdoern <cbdoer23@g.holycross.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-container-clone.1.md | 4 |
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)) |