dotnet core aspnet 2.2 image works on windows containers but not linux
I have a project built using .net 2.2. Here is the dockerfile from one of the services: FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS
Continue readingDocker questions and answers
I have a project built using .net 2.2. Here is the dockerfile from one of the services: FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS
Continue readingI’m trying to containerize my .net core 3.1 service into linux Docker container. This service works with MSSQL database, so
Continue readingBackground I have a .NET Core 3.1 console application that is a long running process. Basically, some logic running in
Continue readingI am trying to run an identity server application inside a docker container, the Dockerfile build the application but when
Continue readingFor reasons of memory isolation and stability I need to execute some methods/classes as sub-processes, not threads. I found the
Continue readingI use Identity Server with Docker and need to give url addresses statically so that they will not change based
Continue readingI add docker suport for my dotnet application, and i have to put this outside the startup folder, i follow
Continue readingIn a Kubernetes cluster environment that interacts with many queues for processing background tasks. Do I need to create separate
Continue readingWhat is the difference between the docker images below? mcr.microsoft.com/dotnet/aspnet:3.1 mcr.microsoft.com/dotnet/aspnet:3.1-buster mcr.microsoft.com/dotnet/aspnet:3.1-buster-slim I see all these tags listed with the
Continue readingI’m trying to get hot reload to work with React, Docker and Dotnet. However, from what i found on the
Continue reading