I'm quite a newbie on Docker ... .I'm trying to install a MongoDB instance via dockerfile on a CentOS 7 Virtual machine (my host pc is a Windows 11 .. I've decided to use a Linux VM for free tests so I don't have to install nothing directly on my pc for the moment...).
I obtain this error
So, I've tried to install again using this Dockerfile
FROM mongo:4.4
because I've seen here Mongo DB deployment not working in kubernetes because processor doesn't have AVX support that the 4.4. version is the last version that can work WITHOUT AVX but the error is the same.
Is there some workaround to dockerize my MongoDB istance in my configuration (windows 11 on my pc and then a VM with CentOS7)? How may I modify my dockerfile ? For me could be useful also an old MongoDB version that could be possibly used in a container
Thank you in advance