High performance and scaling ASP.NET Core 1.1 and Docker
August 17, 2018For a recent project I was part of, we were given the NFR (non-functional requirement) of having a cluster of ASP.NET Core Docker containers…
.NET Core continuous integration and deployment with Gitlab, Docker, Kubernetes and Google Cloud
February 01, 2017Over the past few months I’ve put Roadkill on hold in my free time, to get some .NET core projects working inside Docker. They’re mostly…
Using letsencrypt and certbot inside a Docker cluster
November 16, 2016Warning: long boring how-to blog post… Letsencrypt.org is a free SSL certificate service. As a certificate authority, it is (at the time of…
First impressions of Docker on Windows
October 31, 2016Not to be confused with Docker for Windows (Docker inside a Linux Hyper-V VM on Windows 10), these are my initial opinions on Microsoft’s…
Bash vs Powershell vs Python - Docker automation with Python
September 09, 2016Today I became a Python developer (writing a single script counts as a being a Python developer doesn’t it?!). This was born from getting…
Running cron jobs inside a Docker container
September 07, 2016Probably the most basic use of a Docker image is to run it, and let it exist - like . If you want to do this on a regular schedule, you have…