containers

The Old Way To Build Multi Arch Docker Images

How to build docker images so that they run on both Intel and ARM architectures using the old manifest method. This is also extremly handy if the docker files for the different architectures are different. The modern way of using docker buildx assumes all architectures use the same Dockerfile.

LXC

It’s surprising that people almost never think about LXC containers when they think about linux containers. Lets talk about them for a change.