R
Runpod4w ago
Monkey

Which is external port?

In image, which is external port? Which port should I use to access to this pod from outside?
No description
3 Replies
kaj
kaj4w ago
the IP:PORT on the left is the external port, the number on the right is the internal port your process should bind and listen to within the container
Monkey
MonkeyOP4w ago
@kaj Oh, so, I have to use 17687 to get from other pc? Other pc send data via 17687 => runpod will get data from 17687 => send data to docker 8091. right?
Dj
Dj4w ago
Correct :) We route the real port 17687 to port 8091 inside your container.

Did you find this page helpful?