Skip to content

Instantly share code, notes, and snippets.

@markstos
Created March 23, 2024 20:31
Show Gist options
  • Save markstos/5bd7302860db75bcf9d0b14d462101af to your computer and use it in GitHub Desktop.
Save markstos/5bd7302860db75bcf9d0b14d462101af to your computer and use it in GitHub Desktop.

Revisions

  1. markstos created this gist Mar 23, 2024.
    44 changes: 44 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,44 @@
    "NetworkSettings": {
    "EndpointID": "",
    "Gateway": "",
    "IPAddress": "",
    "IPPrefixLen": 0,
    "IPv6Gateway": "",
    "GlobalIPv6Address": "",
    "GlobalIPv6PrefixLen": 0,
    "MacAddress": "",
    "Bridge": "",
    "SandboxID": "",
    "HairpinMode": false,
    "LinkLocalIPv6Address": "",
    "LinkLocalIPv6PrefixLen": 0,
    "Ports": {
    "3306/tcp": [
    {
    "HostIp": "",
    "HostPort": "3306"
    }
    ],
    "33060/tcp": null
    },
    "SandboxKey": "/run/netns/netns-fb789f05-48b7-ed8b-f6b8-6d8bb1a81ecd",
    "Networks": {
    "systemd-mysql": {
    "EndpointID": "",
    "Gateway": "10.10.0.1",
    "IPAddress": "10.10.0.1",
    "IPPrefixLen": 16,
    "IPv6Gateway": "",
    "GlobalIPv6Address": "",
    "GlobalIPv6PrefixLen": 0,
    "MacAddress": "f2:17:3d:61:58:0c",
    "NetworkID": "systemd-mysql",
    "DriverOpts": null,
    "IPAMConfig": null,
    "Links": null,
    "Aliases": [
    "b1f96287613f"
    ]
    }
    }
    },