.NET Core 3 – Load static files on Docker enviroment
I got some stupid question, but honestly I rly desperate right now. In my .NET Core3 app, Im loading HTML
Continue readingDocker questions and answers
I got some stupid question, but honestly I rly desperate right now. In my .NET Core3 app, Im loading HTML
Continue readingHello I have a problem with serilog when setting my netcore 3.1 app running in docker. When running in VS2019
Continue readingI’m writing a .Net Core 3.1 Worker Service application using Visual Studio 2019 (Docker support enabled). If I start the
Continue reading.Net Core (3.1) Web API using Docker (Linux container). I have a Db2 connection via nuget package IBM.Data.DB2.Core-lnx (3.1.0.300). This
Continue readingusing latest version of docker desktop (2.5.0.1) on a windows server vmware and trying to build linux container. WSL2 is
Continue readingmy docker file is FROM mcr.microsoft.com/dotnet/core/sdk:3.1 COPY . . My current directory consists of when i try to run commands
Continue reading