Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
docker_version
Docker version information.
Column | Type | Description |
---|---|---|
api_version | text | API version |
arch | text | Hardware architecture |
build_time | text | Build time |
git_commit | text | Docker build git commit |
go_version | text | Go version |
kernel_version | text | Kernel version |
min_api_version | text | Minimum API version supported |
os | text | Operating system |
version | text | Docker version |
select version from docker_version