Access applications via Automatic port forwarding
You can access applications running within your dev container from your local machine as Code automatically detects and forwards listening ports (7000–8000), to ensure uninterrupted interaction with containerized services.
Note: The dev container uses some ports internally and reserves
the port range 7000 - 8000 for your application to use.
When Code detects that an application is running in the dev container and listening on a port, it automatically forwards the port, making it accessible outside the container. For example, you can connect to applications running within the dev container from your local machine.
