EnigmaCurry / d.rymcg.tech

A collection of self-hosted docker-compose projects with Traefik reverse proxy, integrated auth, and administrative Makefiles for easy maintainance
MIT License
49 stars 8 forks source link

Deprecate _docker_vm in favor of libvirtd HOWTO #229

Open EnigmaCurry opened 4 months ago

EnigmaCurry commented 4 months ago

https://book.rymcg.tech/linux-workstation/kvm-libvirt/index.html

EnigmaCurry commented 1 day ago

Currently facing an issue where libvirt CPU does not detect amd64v2 extensions, even though I am passing the host cpu type. Most containers work, but MySQL does not.

EnigmaCurry commented 18 hours ago

image

To get MySQL to work in a proxmox VM I had to change the cpu type to x86-64-v2 so maybe libvirt has the same option.