-
Hey so i'm attempting to run the docker instance for the first time on my Truenas Scale homelab.
Any suggested fixes? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey! Probably sounds like a silly question, but does the container definitely have internet access? Are you running on a Linux host? |
Beta Was this translation helpful? Give feedback.
-
After about an hour or two of headache me and @wolveix where able to figure out its an issue with IX-based machines/operating systems. I'm not 100% sure on it but it seemed to be that the issue was manually mapping ports with docker. Removing all -p flags and replacing it with --net=host seems to have fixed the issue. |
Beta Was this translation helpful? Give feedback.
After about an hour or two of headache me and @wolveix where able to figure out its an issue with IX-based machines/operating systems. I'm not 100% sure on it but it seemed to be that the issue was manually mapping ports with docker. Removing all -p flags and replacing it with --net=host seems to have fixed the issue.