Scripts to determine Docker container settings

This commit is contained in:
m8in
2025-11-27 21:23:31 +01:00
parent 7b72c0c0b1
commit 7924132c3f
2 changed files with 27 additions and 0 deletions

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' -