Field | Internal name | Type | Warning | Critical | 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:48b16111ed (jellyfin/jellyfin:latest, 2024-11-19T03:43:53.813234878Z, 990.36 MiB), sha256:0bb5d7b7cf (atdr.meo.ws/archiveteam/warrior-dockerfile:latest, 2024-11-19T15:54:33.618193718Z, 558.44 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>` |