

I picked myself up a Asus NUC 13th gen I7, chose Proxmox VE as the OS (headless Debian 12 for the main VM) and have about 35 services running via Docker Compose essentially 24/7.
Is it the most elegant setup? No, but everything runs beautifully.
Just make sure your Linux kernel supports the Intel chipset as they are relatively new.
Think of them as a simplified mimic to the windows file system, they create this fake C: drive & user directory with basic windows paths (user, app data, program files, etc) an you can choose what firmware gets installed to prefixes (like .Net frameworks) an all this is how people can run .exe executables on Linux.
When you run
wine ./something.exe
a prefix is automatically created and the application uses that prefix to make it think it’s using the windows fs.