15

Fuck i hate myself right now...
> Wanted to install minikube on my homeserver(which doesn't have a graphics card in it)
> Error: Virtualization is not enabled
> Take the server out of my rack, opens my desktop pc, takes the gpu out, puts in it my server, and then goes into bios.
> Find that virtualization is enabled.
> Realize that I'm running a dozen docker containers on a daily basis from my server, so OF FREAKING COURSE virtualization is enabled...

So after all that, I figure out that I should probably just google my issue, which leads to me find out, it's just an issue with virtualbox, and simply running 'minikube config set vm-driver none', it fixes it, and I am now running minikube.............

Took half an hour of work, to realize that I'm a complete fucking idiot, who shouldn't be allowed near a computer

Comments
  • 1
    I know those feels. You are not alone my brother..
  • 0
    FWIW, Docker doesn't use hardware virtualization. Containers don't need that stuff, they use CGroups or similar techniques. hardware virtualization is only needed for hypervisors like Virtualbox, VMWare or Qemu/KVM.
Add Comment