Use a single alpine/sockat container for port mapping for each environment #24
Labels
confirmed
This is something confirmed to be done
enhancement
New feature or request
help wanted
Extra attention is needed
need investigation
This issue need investigation
Currently, the container corresponding to an environment is started without mapping any port. Mapping a port would require a restart of the container. To avoid the restart, port mapping is achieved by forwarding the tcp traffic using an alpine/socat container. But currently a container for each port is spun up, this could be improved by using a single alpine/socat container to handle all the ports forwarding.
The text was updated successfully, but these errors were encountered: