Questions tagged [asp.net-docker-extensions]

5 questions
23
votes
5 answers

localhost not working docker windows 10

I am using VS2017 docker support. VS created DockerFile for me and when I build docker-compose file, it creates the container and runs the app on 172.x.x.x IP address. But I want to run my application on localhost. I did many things but nothing…
22
votes
1 answer

Is reverse proxy actually needed on ASP.NET core?

We're wondering if reverse proxy is actually required for most use cases and would appreciate additional information. The Kerstel/Nginx documentation claims: Kestrel is great for serving dynamic content from ASP.NET Core. However, the web serving…
4
votes
2 answers

Unable to debug my Docker container with Visual Studio 2017

I am unable to debug my Docker container with Visual Studio 2017. I am using Docker 18.06.1-ce and VS 15.8.8. When starting a debug session in VS (control + F5), the container starts up fine but VS is not attached. The container also remains…
Dave New
  • 38,496
  • 59
  • 215
  • 394
1
vote
1 answer

DownGrade ASP Core Docker supported Project

I Created a ASP CORE 1.1 project with docker support. it runs. Now when i downgrade it to asp core 1.0 and run the docker mode i got The target process exited without raising a CoreCLR started event. Ensure that the target process is configured to…
Boas Enkler
  • 12,264
  • 16
  • 69
  • 143
0
votes
0 answers

Cant see any containers, nor images, while many are running in VS Code - docker extension

I have logged into my docker hub account, run docker compose up, which had downloded all necessary images, run them and now everything is up and running. Yet, I do not see any of those mentioned in the title. Likewise: No networks, neither volumes…
Sold Out
  • 1,321
  • 14
  • 34