.NET
Launching a docker container (Seq + Serilog) automatically as part of Asp.Net Core startup
We are using Serilog along with Seq for logging against one of our Asp.Net Core applications and wanted to be able to stand up the Seq docker image automatically when launching the application, including downloading the docker image if it Read more…