This probably doesn't work for Docker Desktop for Mac due to lack of host network support right?
Closed this issue · 7 comments
I works on my Mac.
Could you explain, what you mean under "lack of host network support"?
@vitalets The reason for this is that the guest machine does not have access to the host machines network and does not appear to be on the network at all. How can you connect sdb to a tizen TV on the same network as the host when the guest is the one trying to connect?
curl http://10.168.3.156:8001/api/v2/
works from host but from within the guest it says Failed to connect on MacOS
curl: (7) Failed to connect to 10.168.3.156 port 8001: No route to host
Could you check what is the network mode of running container?
Okay so... I figured it out... for some reason Docker for Mac had the "buildkit": true
feature enabled in the configuration of Docker for Mac.
It changes how networks work by default so I was not getting connected... What a waste of time... sorry to have bothered you!
Never mind!