Troubleshooting public Access to development site using docker

I'm troubleshooting public access to my site while in development. I do not have a domain name registered yet so I want to get to the site by ip.

On my local Host I can get to the site at localhost:17365 (an exposed docker port) but on linode, <my.ip>:17365 gets a blank page. </my.ip>

Docker ps shows the container is running and has 0.0.0.0>17365.

/Etc/hosts has entries for

<My.ip> servername url.from.lineode.dashboard

Turning the firewall off doesn't change anything.

Can someone point me in the right direction please?

1 Reply

@jraviotta can you share your docker run command? Also an excerpt from an excerpt from a docker inspect on the running container that includes the HostConfig/Portbindings section may also prove helpful.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct