Anyone who’s using docker on Arm devices knows the pain of finding a container matching your processor architecture. Most official repo’s dont have that problem, but some smaller repo’s suffer from tag-overload which makes it harder to find the suitable container.
Tag: arm
Emulating Armhf or Arm64 on Windows
So, recently i’ve been maintaining a arm64 docker repository for FusionAuth ( the best Auth-provider package i know) and i decided to create a multi-architecture repository that delivers FusionAuth for x64,Arm64 and ArmV7. I do own a several Arm64 devices – but i lacked a Armv7 one, and started creating a emulated armv7 device using…