Skip to content

Unable to Connect to Triton Server at localhost:8000 #5413

Closed Answered by dyastremsky
osuzdalev asked this question in Q&A
Discussion options

You must be logged in to vote

This isn't an issue with Triton. This is a Docker networking issue specific to Macs.

According to the Docker documentation, The host networking driver only works on Linux hosts, and is not supported on Docker Desktop for Mac, Docker Desktop for Windows, or Docker EE for Windows Server. I believe this is because Docker in Mac is run in a Linux virtual machine so the host shares the virtual machine's network instead of the host's.

You may have to do more research to see how to properly expose/forward the port to have it accessible between containers on a Mac. The above should work once the networking is properly set up.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dyastremsky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #5408 on February 24, 2023 18:00.