I am following the steps from this guide:
Steps to Reproduce:
Create a new solution, with an ASP.NET Core API Project, checking "Configure for HTTPS" and "Enable Docker Support", and selecting Linux.
Run the project in the "Docker" configuration. The containers are created, the browser opens, but it cannot connect, with a message "ERR_CONNECTION_REFUSED"
If I add the Docker Compose support, right-clicking the project and selecting "Add > Container Orchestrator Support", it then runs fine when starting with the "Docker Compose" configuration.
My question is: The only way to run the app containerized is through "Docker Compose"? Can I use the "Docker" configuration directly, instead?