Containerization: Blazor WASM + JWT Web API => Docker

cover

In this step-by-step guide, I will walk you through the process of containerizing a .NET application. The ultimate goal* is to have a Blazor WebAssembly application and a JWT-protected Web API up and running with a single command.

This article is designed to be a hands-on learning experience, introducing core Docker concepts along the way. By following the complete guide, readers will gain a solid understanding of containerization and its practical applications.