Can't launch on Mac, related to IPv6 (I think) #2000
-
I am trying to get the container to run on my Mac before I try to run it on my Synology. When I start it on my Mac, it fails like this:
Is this failure a problem with my VPN provider and/or configuration, or is it a problem with the network configuration on my Mac? I checked all of my network interfaces on my Mac and they are all set to Automatic for IPv6. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think docker problem.. try adding the following to the config |
Beta Was this translation helpful? Give feedback.
-
Great
…On Sun, Oct 10, 2021 at 10:17 Danny Levenson ***@***.***> wrote:
Thank you... I added this to my docker run command and it started
successfully:
--sysctl net.ipv6.conf.all.disable_ipv6=0
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2000 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7OFYSBD7UN5UP6XHFN2MTUGDSSRANCNFSM5FVMKWUQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
I think docker problem.. try adding the following to the config
sysctls:
- net.ipv6.conf.all.disable_ipv6=0