Introduction Containers give us a way to package software and ensure that the software etc we expect installed is, in, fact, installed. We are back to the days of a single binary to run your application, even though we all know there’s a language runtime, third party dependencies, and half a Unix userspace in that carefully crafted container. But…