Proxy Application Ports
Sometimes it is easier to debug remote application while connecting from your development environment. For this you can proxy any port from container to your local setup.
Last updated
Sometimes it is easier to debug remote application while connecting from your development environment. For this you can proxy any port from container to your local setup.
Last updated
Port forward can be done using the CLI. You just need to specify device name or ID and port mapping
This works only with ports exposed to host network on the edge devices. See Application->Networking
Example:
You can access your application locally on http://localhost:8081.