This commit is contained in:
Martin Berghaus
2025-06-24 17:57:28 +02:00
parent 49fde6b5f3
commit c3724afcf6

View File

@@ -0,0 +1,4 @@
#/bin/bash
docker network inspect $(docker network ls | grep -F 'bridge' | cut -d' ' -f1) \
| jq -r '.[] | .Name + " " + .IPAM.Config[0].Subnet' -