Docker Posts
Sponsored By
Telerik UI for Blazor – 100+ truly native Blazor UI components for any app scenario, including a high-performing Grid. Increase productivity and cut cost in half! Give it a try for free.
Dockerising an ASP.NET Core application
Containerising a Blazor Server App
In this post, I give an introduction to Docker and some of its key concepts. Then show you how to containerise a Blazor Server App using a dockerfile.
Containerising a Blazor WebAssembly App
In this post, I show how to containerise a Blazor WebAssembly App using Docker. Highlighting the different requirements when compared to Blazor Server Apps.
Publishing to Azure Container Registry using Azure Pipelines
In this post, I show how to automate the building of a Docker image using Azure Pipelines. As well as how to automatically publish the image to an Azure Container Registry.
Deploying Containerised Apps to Azure Web App for Containers
In this post, I show how to setup and configure the Azure Web App for Container service. I also show how to automatically deploy new images to the instance using Azure Pipelines.