Relative Content

Tag Archive for c#dockerasp.net-core-webapi

Running dockerized Web API from Visual Studio

I’ve created a simple default Web API project called ws-1 which hosts the default created Weather API, and I added Docker support for it. It added a default dockerfile and launchSettingsentry. When I start debugging from within Visual Studio, everything works fine, and I also see the created container instance in Docker dashboard as shown here: