I’m trying to deploy Filecloud Community Edition via a docker container, to test it out.
MongoDB version 6+ says that it needs a CPU with AVX instructions.
My dual Intel Xeon 2697A v4s does have the AVX instruction set (according to wikipedia) and I was able to confirm that in the Ubuntu VM where this is being deployed/tested.
I’ve tried to google "docker" "cpu-type"
and I’m not really finding much in the way of any documentation that talks about how to change the CPU type of the docker container from “Common KVM Processor” to “host”.
If anybody has some experience passing AVX through to a docker container, your help is greatly appreciated.
Thank you.