Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
docker_volumes
Docker volumes information.
Column | Type | Description |
---|---|---|
driver | text | Volume driver |
mount_point | text | Mount point |
name | text | Volume name from docker volume ls |
type | text | Volume type |
select * from docker_volumes where name = 'btrfs'