mirror of
https://github.com/m8tin/cis.git
synced 2026-06-02 22:57:20 +02:00
Scripts to determine Docker container settings
This commit is contained in:
+4
@@ -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' -
|
||||
Reference in New Issue
Block a user