Comment on Advice needed for networking/architecting
catloaf@lemm.ee 3 months ago
I have one VM for running Docker stuff (i.e. the arr stack, jellyfin, etc.). Unless your hypervisor supports docker containers natively, separating them is just going to make it more difficult for you for no good reason.
I don’t run anything else in Docker right now, but if I did, I’d probably stick it in the same VM for now to save on overhead. If it was enough to be its own stack, I’d separate it.
Appoxo@lemmy.dbzer0.com 3 months ago
You mean I should plug my stack directly into LXC containers in proxmox?
What are my benefits over running docker stack in a media-storage VM which I will spin up regardless?
catloaf@lemm.ee 3 months ago
I don’t think Proxmox LXC containers support Docker well, if at all, so no.
drkt@lemmy.dbzer0.com 3 months ago
I run all my dockers in LXCs on Proxmox and there hasn’t been a single problem.
Appoxo@lemmy.dbzer0.com 3 months ago
I didnt mean that literally ;)
You said I should abandon the docker platform in favor of utilizing the LXC container world? Can’t you use Docker inside a LXC container? But that sounds like more work vs a proper VM
catloaf@lemm.ee 3 months ago
No, I recommended Docker in a VM.