| 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: phpmyadmin (misotolar/phpmyadmin:latest, 2026-01-14T16:31:41.839857446Z), roundcube (misotolar/roundcube:latest, 2026-01-15T18:55:39.785188318Z), repository (oldium/simple-repo-manager:latest, 2026-01-27T06:16:37.738868911Z), discosrv (syncthing/discosrv:latest, 2026-02-03T17:00:23.875170835Z), watchtower (nickfedor/watchtower:latest, 2026-02-18T05:00:12.51553525Z), vaultwarden (vaultwarden/server:alpine, 2026-02-24T05:00:48.717698737Z)
|
| UNHEALTHY |
unhealthy |
gauge |
1 |
2 |
Unhealthy containers can be restarted with `docker container restart <NAME>` |
|
This field has the following extra information: -
|
| PAUSED |
paused |
gauge |
|
|
Paused containers can be resumed with `docker container unpause <NAME>` |
|
This field has the following extra information: -
|
| 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>` |
|
This field has the following extra information: -
|
| RESTARTING |
restarting |
gauge |
|
|
Containers can be restarted with `docker container restart <NAME>` |
|
This field has the following extra information: -
|
| REMOVING |
removing |
gauge |
|
|
Containers can be removed with `docker container rm <NAME>` |
|
This field has the following extra information: -
|
| EXITED |
exited |
gauge |
|
|
Exited containers can be started with `docker container start [--attach] <NAME>` |
|
This field has the following extra information: -
|
| DEAD |
dead |
gauge |
1 |
|
Dead containers can be started with `docker container start <NAME>` |
|
This field has the following extra information: -
|