Local docker daemon status
§Configuration
Key | Values | Default |
interval | Update interval, in seconds. | 5 |
format | A string to customise the output of this block. See below for available placeholders. | " $icon $running.eng(w:1) " |
socket_path | The path to the docker socket. Supports path expansions e.g. ~ . | "/var/run/docker.sock" |
Key | Value | Type | Unit |
icon | A static icon | Icon | - |
total | Total containers on the host | Number | - |
running | Containers running on the host | Number | - |
stopped | Containers stopped on the host | Number | - |
paused | Containers paused on the host | Number | - |
images | Total images on the host | Number | - |
§Example
[[block]]
block = "docker"
interval = 2
format = " $icon $running/$total "
§Icons Used