-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] cannot enable IPv6 #185
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
your daemon.json applies to the default bridge, which should never be used (per docker); your compose deployment automatically creates a custom bridge. Have you confirmed using docker inspect your container is on an ipv6 enabled bridge?
as this is not a container issue but a mistake in configuring docker ipv6, i will close this. If you would like to discuss ipv6 and docker, you can join our discord, but a github issue is not the appropriate place. |
Is there an existing issue for this?
Current Behavior
I am not able to enable IPv6 for this docker container, not as sudo docker or as docker.
I have created the daemon.json file but no luck.
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"smokeping_default": {
"IPAMConfig": null,
"Links": null,
"Aliases": [
"smokeping",
"smokeping"
],
"MacAddress": "02:42:ac:12:00:02",
"DriverOpts": null,
"NetworkID": "1b01d0a84596938fa88c5187baa1b4faae43e5e02f63ad9712048526a0173eba",
"EndpointID": "25c9491fdfb3fba16b8d1a65e3d7531f6474b6629e40b439a5d8cc9faa9edadc",
"Gateway": "172.18.0.1",
"IPAddress": "172.18.0.2",
"IPPrefixLen": 16,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"smokeping",
"74562715c6c5"
Expected Behavior
I'd like to have IPv4 and IPv6 so that the fping6 is working.
Steps To Reproduce
pulled container, started and don't see IPv6
Environment
CPU architecture
arm64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: