← Back
Milan Jovanovic January 30, 2026 9m

You Don't Need a Dockerfile Anymore

Summary

The transcript discusses self-hosting .NET applications using Docker containers, focusing on two primary methods of containerization: traditional Dockerfile creation and the newer .NET SDK approach. The speaker demonstrates creating a simple .NET 10 API application with a time endpoint and explores different ways to package and publish the application as a Docker container, emphasizing the ease of deploying on Linux-based virtual private servers. The key takeaway is that developers can now directly build container images using the .NET SDK, simplifying the containerization process and making cross-platform deployment more accessible.

View original episode ↗