issue with running docker container in a vm

zikou

Member
Nov 13, 2024
42
3
8
I created a vm where I want to deploy microservices, when I tried running a container I got this issue
Fatal glibc error: CPU does not support x86-64-v2

why I'm seeing that and how to resolve it?
 
How is your VM set up? What is your actual CPU and what have you chosen as a CPU type under your hardware settings? Maybe you just need to change the CPU type to "host"
 
  • Like
Reactions: Kingneutron
How is your VM set up? What is your actual CPU and what have you chosen as a CPU type under your hardware settings? Maybe you just need to change the CPU type to "host"
thanks it worked, why setting the cpu to host solve the issue?