Published on13 December 2025Running a docker image on a Synology NAS without a registrydockerI wanted to run a docker image of a little app I made on my Synolgy NAS without the extra effort of publishing the image to a registry. Here's how I did it.
Published on20 January 2021How to split git repo and keep history of multiple projects.NETHere's how I split a off multiple projects from a large solution into a new git repository and kept the history.
Published on30 June 2020Install dotnet global tool with private NuGet feed.NETDockerIn this post I show how to solve a 401 Unauthorised error while installing a .NET Global Tool and you have a private NuGet feed.
Published on23 June 2020Docker build with private NuGet feed in Azure Artifacts.NETDockerIn this post I describe how to do a NuGet restore from a private nuget feed within a docker container.
Published on19 April 2019Persist the azure cli docker container credentialsAzureDockerDocker for the Azure-Cli makes updating simpler. I show how you can stop the need to login every time by saving your credentials.