docker_networks

Docker networks information.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: docker_networks

  • Linux
  • Mac OSX

Table schema

Name Type Description
id TEXT Network ID
name TEXT Network name
driver TEXT Network driver
created BIGINT Time of creation as UNIX time
enable_ipv6 INTEGER 1 if IPv6 is enabled on this network. 0 otherwise
subnet TEXT Network subnet
gateway TEXT Network gateway

Query examples

select * from docker_networks
select * from docker_networks where id = 'cfd2ffd49439'
select * from docker_networks where id = 'cfd2ffd494395b75d77539761df40cde06a2b6b497e0c9c1adc6c5a79539bfad'