Guides
Images
Image List
When you open the Images section in a node, it displays the list of all the images on that node. This is similar to running docker images -a
command.
Deleting Single Image
On each row in the table, you have a button to delete the image.
Note that the delete operation is a forced delete, same as running docker image rm -f <imageid>
on the CLI.
Deleting Unused Images (Prune All)
In the top right corner you have the Delete Unused (Prune All) button.
This operation is similar to running docker image prune -af
on the CLI.