Skip to content

Instantly share code, notes, and snippets.

@markstos
Created March 23, 2024 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markstos/5bd7302860db75bcf9d0b14d462101af to your computer and use it in GitHub Desktop.
Save markstos/5bd7302860db75bcf9d0b14d462101af to your computer and use it in GitHub Desktop.
mysql network settings
"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"
]
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment