Comment on Any tips for switching Hypervisor from Windows to Proxmox?

Voroxpete@sh.itjust.works ⁨1⁩ ⁨year⁩ ago

Don’t run docker directly on your host. It likes to fuck with your IP tables in ways that make VM networking break. Create a single VM to be your docker host and then put all the containers on there (KVM - which is what Proxmox is under the hood - offers near-native CPU and memory performance anyway).

When building your VM environments I’d suggest going with XFS for your file system. At my work we recently switched over our containerised apps from EXT4 to XFS and got a 4-6 times improvement in IOPs as a result.

source
Sort:hotnewtop