Running My Tiny Docker-like Runtime on macOS with Lima: Lessons, Mistakes, and a Simple Benchmark


When I started building my own tiny Docker-like runtime in Go, I had one simple assumption:


“It is written in Go, so I should be able to run it anywhere.”


That assumption was only half correct.

Yes, Go makes it easy to compile binaries for...