docker_network_labels¶
Docker network labels.
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_network_labels
Linux
Mac OSX
Table schema¶
Name |
Type |
Description |
---|---|---|
id |
TEXT |
Network ID |
key |
TEXT |
Label key |
value |
TEXT |
Optional label value |
Query examples¶
select * from docker_network_labels
select * from docker_network_labels where id = '1234567890abcdef'
select * from docker_network_labels where id = '11b2399e1426d906e62a0c357650e363426d6c56dbe2f35cbaa9b452250e3355'