diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index a1672aa7..69e599a4 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -261,11 +261,15 @@ Operation Commands Update container image -.. opcmd:: delete container image [image id|all] +.. opcmd:: delete container image [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 *********************