/docker-aspnet-weather

A simple demo explaining Docker, ASP.NET Core

Primary LanguageC#

Docker ASP.NET Core Sample

Open the solution in Visual Studio, set "docker-compose" as start project and run.

To run from CLI, use docker-compose build and then docker-compose up. Navigate to http://localhost:5902/ from the browser.