diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-31 17:29:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-31 17:29:57 +0200 |
| commit | d8510b782081fa1c30728478f759a1f5374cb707 (patch) | |
| tree | 0704c2a04bc38a4b48fadb33d23f109d6ec4bdcb | |
| parent | f39b25611e3717034b29c7e884ad96370cdd4731 (diff) | |
| parent | 1f5ad605bc854f60565666a9e5d1a06488594732 (diff) | |
| download | vyos-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"
| -rw-r--r-- | docs/configuration/container/index.rst | 6 |
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 ********************* |
