diff options
-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 ********************* |