Simple .NET Containers: Create Containerized Apps with dotnet publish
Containers are easy to distribute and can run just about anywhere. At this point, you can download just about any popular software as a container…
PostgreSQL? Check!
mongoDB? Sure!
Redis? Absolutely!
So, it certainly makes sense if you are planning to release your next software project as a container based solution. And, if you use. NET for software development, developing container based solutions may have just got a bit easier for you. In .NET 7, Microsoft introduced publishing a .NET project as a Docker image by simply using the dotnet publish command.