mirror of
https://github.com/m8tin/cis.git
synced 2025-12-06 07:48:26 +01:00
5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#/bin/bash
|
|
|
|
docker network inspect $(docker network ls | grep -F 'bridge' | cut -d' ' -f1) \
|
|
| jq -r '.[] | .Name + " " + .IPAM.Config[0].Subnet' -
|