Running Dev Containers with Podman and VS Code
I returned from my honeymoon this week and while I was hoping for a quiet week to get over the jetlag, I found myself in the deep end of getting a legacy application that I had ported from .NET Framework 4.8.2 (they’re still out there) to .NET 8 and getting it to run in a Dev Container for a client that my team is currently working with. In order to avoid paying for Docker licences, companies like my client have turned to alternatives like Podman to develop on containers. ...