docker.container
Description
Docker container
The docker.container resource provides fields for assessing running Docker containers.
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| os | os.linux | |
| id | string | Container ID |
| command | string | Container command |
| image | string | Container image |
| imageid | string | Image ID |
| names | []string | Container names |
| state | string | Container state |
| status | string | Status message |
| labels | map[string]string | Label key value pairs |
| hostConfig | dict | Container configuration that depends on the host running the container |
References