Created
March 23, 2024 20:31
-
-
Save markstos/5bd7302860db75bcf9d0b14d462101af to your computer and use it in GitHub Desktop.
mysql network settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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