summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-07-01 21:50:22 +0200
committerChristian Breunig <christian@breunig.cc>2025-07-01 21:51:36 +0200
commit1f5ad605bc854f60565666a9e5d1a06488594732 (patch)
treea84ba45bdbda64d84214c1218f3b2d3fd33b2549
parent711d71329f0e35cc78f39042deec02d0624ff00c (diff)
downloadvyos-documentation-c-po-patch-1.tar.gz
vyos-documentation-c-po-patch-1.zip
container: T7403: add "force" option to "delete container image"c-po-patch-1
-rw-r--r--docs/configuration/container/index.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst
index 228754cc..ed70a49c 100644
--- a/docs/configuration/container/index.rst
+++ b/docs/configuration/container/index.rst
@@ -328,11 +328,15 @@ Operation Commands
Update container image
-.. opcmd:: delete container image [image id|all]
+.. opcmd:: delete container image <image id|all> [force]
Delete a particular container image based on it's image ID.
You can also delete all container images at once.
+ You can not delete a container image if it has more then one tag
+ assigned, this is why there is a `force` option to pass down to
+ the container image to also remove those images.
+
*********************
Example Configuration
*********************