I'm having trouble launching Docker on my Linux machine. It keeps showing an error saying that KVM is not enabled on the host. The error messages say things like 'checking HostHasVirtualizationSupport' and that it can't find '/dev/kvm'. I've looked into the documentation but I'm really stuck on what to do next to get this working. Any advice?
1 Answer
You might want to consider not using Docker Desktop on Linux at all. It's often recommended to stick with Docker Engine instead since Docker Desktop is primarily designed for macOS and Windows. If you switch to using Docker Engine, it should help you avoid these KVM issues.
So, what's the best way to install Docker Engine then? Any tips?