Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fridge@fridge:~$ docker network inspect pihole_macvlan
- [
- {
- "Name": "pihole_macvlan",
- "Id": "3b2db264d02ad97fd4e9763b514b74961649911010706e67a7377ef6b6f25548",
- "Created": "2024-03-16T21:31:07.668267258Z",
- "Scope": "local",
- "Driver": "macvlan",
- "EnableIPv6": false,
- "IPAM": {
- "Driver": "default",
- "Options": {},
- "Config": [
- {
- "Subnet": "192.168.1.0/24",
- "Gateway": "192.168.1.1"
- }
- ]
- },
- "Internal": false,
- "Attachable": false,
- "Ingress": false,
- "ConfigFrom": {
- "Network": ""
- },
- "ConfigOnly": false,
- "Containers": {
- "24e1be334326df5e516bccfaff4201f2b0070b8ed49ccbdba05311d5df95134c": {
- "Name": "dnsmasq",
- "EndpointID": "695f00b61eae7b30e561acd38ee15fb079d9ba00dfb24e9adcbdf6080bcb71cb",
- "MacAddress": "02:42:c0:a8:01:62",
- "IPv4Address": "192.168.1.98/24",
- "IPv6Address": ""
- },
- "294c620812eb455998651f1960bbc927b99372c0bb27e8afdc0ebb635f88394f": {
- "Name": "pihole",
- "EndpointID": "34de3339433cb42e8bdf92a0a2660d6076c09c4daddc415b621465203384978e",
- "MacAddress": "02:42:c0:a8:01:63",
- "IPv4Address": "192.168.1.99/24",
- "IPv6Address": ""
- }
- },
- "Options": {
- "parent": "enp1s0f0"
- },
- "Labels": {}
- }
- ]
- fridge@fridge:~$
Advertisement
Add Comment
Please, Sign In to add comment