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

Tag: 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.
.NET Core Docker Images

.NET Core Docker Images

Since the release of .NET Core, it is almost a child's play to run .NET on other platform then Windows. With .NET Core one can officially target Windows, Linux and even macOS. But with docker you can run .NET Core on (almost) anything.