Life's random bits By b1thunt3r (aka Ishan Jain)…

Category: Docker

Podman on Windows

Podman on Windows

Docker (and Docker Desktop) is not the only way to run containers on Windows. One of the alternatives that have emerged in later years is Podman. Today Podman provides almost full compatibility with docker.
ASP.NET Core application in Docker

ASP.NET Core application in Docker

Just like you can run a .NET Console application in a Docker Container, you can also run a ASP.NET Core application in a Docker Container. I think .NET Core might even be a better candidate for containerization.