Multipass run doker CPU does not support x86-64-v2

Hi, everyone
I’m trying to run Docker in Multipass on my MBP (M3). Could anyone provide some guidance?

I’m using Multipass version 1.13.1+mac to create an Ubuntu Server 22.04 instance with

multipass local.driver=qemu
image

Any ideas or suggestions would be greatly appreciated. Thank you!

Hi @roc26002w

Sorry that you have encountered this.

The error signify that qemu emulated CPU lacks some feature requirements in the library glibc. Probably we need to wait for the upstream fix this.

For now, one workaround of this is to use older version of the almalinux image which might have been complied with lower CPU feature requirements. Can you change almalinux:9.3 to almalinux:8.9 and try it again?

Hi @georgeliaojia
I’m update docker base almalinux:9.3 to almalinux:8.9 and it work
thanks a lot.