I run proxmox, then an alpine VM which has all my docker containers.
I do this so that I have the flexibility to run more vms if needed
Comment on Good server OS for Jellyfin
jkjustjoshing@lemmy.world 1 year agoI’ve never used Proxmox, but have a Docker setup on Ubuntu Server with Jellyfin, Nextcloud, Immich, and a bunch of other smaller things. I still don’t understand why use Proxmox over Docker. What does it give you that Docker doesn’t?
I run proxmox, then an alpine VM which has all my docker containers.
I do this so that I have the flexibility to run more vms if needed
bear@slrpnk.net 1 year ago
Proxmox is completely different from Docker. Proxmox is focused on VMs, and to a lesser extent LXC containers. If you think you will have a need to run VMs (for example, a Windows VM for a game server that doesn’t support Linux) Proxmox is great for that.
I run Docker on a dedicated VM inside Proxmox, and then I spin up other specialized VMs on the same system when needed. The Docker VM only does Docker and nothing else at all.