Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
docker_volume_labels
Docker volume labels.
Column | Type | Description |
---|---|---|
key | text | Label key |
name | text | Volume name |
value | text | Optional label value |
select * from docker_volume_labels where name = 'btrfs'