Guest User

Untitled

a guest
Mar 29th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. fridge@fridge:~$ docker network inspect pihole_macvlan
  2. [
  3. {
  4. "Name": "pihole_macvlan",
  5. "Id": "3b2db264d02ad97fd4e9763b514b74961649911010706e67a7377ef6b6f25548",
  6. "Created": "2024-03-16T21:31:07.668267258Z",
  7. "Scope": "local",
  8. "Driver": "macvlan",
  9. "EnableIPv6": false,
  10. "IPAM": {
  11. "Driver": "default",
  12. "Options": {},
  13. "Config": [
  14. {
  15. "Subnet": "192.168.1.0/24",
  16. "Gateway": "192.168.1.1"
  17. }
  18. ]
  19. },
  20. "Internal": false,
  21. "Attachable": false,
  22. "Ingress": false,
  23. "ConfigFrom": {
  24. "Network": ""
  25. },
  26. "ConfigOnly": false,
  27. "Containers": {
  28. "24e1be334326df5e516bccfaff4201f2b0070b8ed49ccbdba05311d5df95134c": {
  29. "Name": "dnsmasq",
  30. "EndpointID": "695f00b61eae7b30e561acd38ee15fb079d9ba00dfb24e9adcbdf6080bcb71cb",
  31. "MacAddress": "02:42:c0:a8:01:62",
  32. "IPv4Address": "192.168.1.98/24",
  33. "IPv6Address": ""
  34. },
  35. "294c620812eb455998651f1960bbc927b99372c0bb27e8afdc0ebb635f88394f": {
  36. "Name": "pihole",
  37. "EndpointID": "34de3339433cb42e8bdf92a0a2660d6076c09c4daddc415b621465203384978e",
  38. "MacAddress": "02:42:c0:a8:01:63",
  39. "IPv4Address": "192.168.1.99/24",
  40. "IPv6Address": ""
  41. }
  42. },
  43. "Options": {
  44. "parent": "enp1s0f0"
  45. },
  46. "Labels": {}
  47. }
  48. ]
  49. fridge@fridge:~$
Advertisement
Add Comment
Please, Sign In to add comment