| Field |
Internal name |
Type |
Warn |
Crit |
Info |
| Intermediate images |
intermediate_quantity |
gauge |
|
|
All unused images can be deleted with `docker image prune --all` |
| Images |
images_quantity |
gauge |
|
|
Images can be used in containers with `docker container create --name <NAME> <IMAGE_ID >` or `docker container run --name <NAME> <IMAGE_ID> <COMMAND>` |
|
This field has the following extra information: sha256:4bfe632921 (mymobs:3.28.0, 2025-12-11T10:59:49.963643528Z, 870.91 MiB), sha256:2f528e5efa (mymobs:3.28.1, 2026-07-23T10:13:15.985177475Z, 903.02 MiB)
|
| Dangling images |
dangling_quantity |
gauge |
10 |
|
Dangling images can be deleted with `docker image prune`or tagged with `docker image tag <IMAGE_ID> <NAME>` |