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
Was this helpful?
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
Was this helpful?
Port forward can be done using the CLI. You just need to specify device name or ID and port mapping
Example:
You can access your application locally on http://localhost:8081.