Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
docker_info
Docker system information.
Column | Type | Description |
---|---|---|
architecture | text | Hardware architecture |
bridge_nf_ip6tables | integer | 1 if bridge netfilter ip6tables is enabled. 0 otherwise |
bridge_nf_iptables | integer | 1 if bridge netfilter iptables is enabled. 0 otherwise |
cgroup_driver | text | Control groups driver |
containers | integer | Total number of containers |
containers_paused | integer | Number of containers in paused state |
containers_running | integer | Number of containers currently running |
containers_stopped | integer | Number of containers in stopped state |
cpu_cfs_period | integer | 1 if CPU Completely Fair Scheduler (CFS) period support is enabled. 0 otherwise |
cpu_cfs_quota | integer | 1 if CPU Completely Fair Scheduler (CFS) quota support is enabled. 0 otherwise |
cpu_set | integer | 1 if CPU set selection support is enabled. 0 otherwise |
cpu_shares | integer | 1 if CPU share weighting support is enabled. 0 otherwise |
cpus | integer | Number of CPUs |
http_proxy | text | HTTP proxy |
https_proxy | text | HTTPS proxy |
id | text | Docker system ID |
images | integer | Number of images |
ipv4_forwarding | integer | 1 if IPv4 forwarding is enabled. 0 otherwise |
kernel_memory | integer | 1 if kernel memory limit support is enabled. 0 otherwise |
kernel_version | text | Kernel version |
logging_driver | text | Logging driver |
memory | bigint | Total memory |
memory_limit | integer | 1 if memory limit support is enabled. 0 otherwise |
name | text | Name of the docker host |
no_proxy | text | Comma-separated list of domain extensions proxy should not be used for |
oom_kill_disable | integer | 1 if Out-of-memory kill is disabled. 0 otherwise |
os | text | Operating system |
os_type | text | Operating system type |
root_dir | text | Docker root directory |
server_version | text | Server version |
storage_driver | text | Storage driver |
swap_limit | integer | 1 if swap limit support is enabled. 0 otherwise |
select * from docker_info