Running Tigergraph Developer Edition on Mac with Docker but it won't let me access graph studio on localhost

Getting the error message localhost refused to connect.

Can anyone tell me what I need to do to run Graph Studio if I have a mac and I’m running it on Docker?

Michael,

What was the command you used to start the container and what port are you trying to hit?

The default port for TigerGraph Studio is 14240, but some guides may have you bind that to a new port for your localhost when running in docker. Easiest way to check is to run

docker ps

or if your container is not running currently

docker ps -a

to see if the port has been remapped. In my case I map the default GraphStudio port to “4142” for my localhost

Thank you

running the command ‘docker ps -a’ showed that it mapped to port 4142 for me as well