- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Rewriting git history simply with git-filter-repo
In this post I describe how I used git-filter-repo in Docker to rewrite the history of a git repository to move files into a subfolder…

Why isn't my ASP.NET Core app in Docker working?
In this post I describe a problem where my ASP.NET Core app in Docker wasn't responding to requests. This post debugs and diagnoses the problem…

Creating Docker multi-arch images for ARM64 from Windows
In this post I show how to use Docker's buildx command to build docker images that can run on Linux ARM64 processors using an x64 Windows machine.…

Trying out the open-source eCommerce platform nopCommerce using Docker
In this post I show to run nopCommerce locally using docker-compose, show how to bootstrap the app, and take a brief tour of the app…

Running Kubernetes and the dashboard with Docker Desktop
In this post I show how to enable Kubernetes with Docker Desktop, how to install and patch the Kubernetes dashboard, and how to enable CPU and memory graphs.…

Installing Docker Desktop for Windows and WSL 2
In this post I show how to install Docker Desktop for Windows, including WSL 2, and explore the initial experience of running a container.…

