| RUNNING |
running |
gauge |
|
|
Running containers can be manipulated with `docker container [attach|kill|logs|pause|restart|stop] <NAME>` or commands run in them with `docker container exec [--detach|--interactive,--privileged,--tty] <NAME> <COMMAND>` |
|
This field has the following extra information: nginx-proxy-manager (jc21/nginx-proxy-manager:latest, 2026-06-03T06:04:06.111386511Z), logviewr (ghcr.io/erreur32/logviewr:latest, 2026-06-15T06:04:22.502001097Z), umami-db (postgres:15-alpine, 2026-06-18T12:36:05.079745981Z), umami (ghcr.io/umami-software/umami:postgresql-latest, 2026-06-25T01:01:12.720299083Z), anubis-git (ghcr.io/techarohq/anubis:latest, 2026-06-26T06:03:40.639406089Z)
|
| UNHEALTHY |
unhealthy |
gauge |
1 |
|
Unhealthy containers can be restarted with `docker container restart <NAME>` |
| PAUSED |
paused |
gauge |
|
|
Paused containers can be resumed with `docker container unpause <NAME>` |
| CREATED |
created |
gauge |
|
|
New containers can be created with `docker container create --name <NAME> <IMAGE_ID >` or `docker container run --name <NAME> <IMAGE_ID> <COMMAND>` |
| RESTARTING |
restarting |
gauge |
|
|
Containers can be restarted with `docker container restart <NAME>` |
| REMOVING |
removing |
gauge |
|
|
Containers can be removed with `docker container rm <NAME>` |
| EXITED |
exited |
gauge |
|
|
Exited containers can be started with `docker container start [--attach] <NAME>` |
| DEAD |
dead |
gauge |
1 |
|
Dead containers can be started with `docker container start <NAME>` |