summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-07-31 17:29:57 +0200
committerGitHub <noreply@github.com>2025-07-31 17:29:57 +0200
commitd8510b782081fa1c30728478f759a1f5374cb707 (patch)
tree0704c2a04bc38a4b48fadb33d23f109d6ec4bdcb /docs
parentf39b25611e3717034b29c7e884ad96370cdd4731 (diff)
parent1f5ad605bc854f60565666a9e5d1a06488594732 (diff)
downloadvyos-documentation-d8510b782081fa1c30728478f759a1f5374cb707.tar.gz
vyos-documentation-d8510b782081fa1c30728478f759a1f5374cb707.zip
Merge pull request #1654 from vyos/c-po-patch-1
container: T7403: add "force" option to "delete container image"
Diffstat (limited to 'docs')
-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
*********************