-
How to check if a container is running a service on a port? Can you expose a container service to the WireGuard interface over Build? |
Beta Was this translation helpful? Give feedback.
Answered by
iflowerml
Feb 20, 2024
Replies: 1 comment
-
Ports on Build privately share between your Build instance and your device over a WireGuard interface. For this guide we’ll say we want to open remote ports 5000 to 5001. Here is what you'll need to troubleshoot if you are having problems with Build tunnels:
If after trying this you are still having problems, please contact our support team. On GitHub Discussions you can start a new Support Discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iflowerml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ports on Build privately share between your Build instance and your device over a WireGuard interface. For this guide we’ll say we want to open remote ports 5000 to 5001. Here is what you'll need to troubleshoot if you are having problems with Build tunnels:
curl
,netstat
, etc.0.0.0.0
, which makes it accessible to the WireGuard interface. This is the most common problem. Note: This is not exposing it to the internet, …