This is not recommended for proxmox
The documentation (FAQ 13) actually directly says that docker should be installed as a QEMU VM on proxmox and that it should not be installed on the Proxmox Host
Comment on Docker in LXC vs VM
just_another_person@lemmy.world 2 days ago
Run Docker at the host level. Every level down from there is not only a knock to performance across the spectrum, it just makes a mess of networking. Anyone in here saying “it’s easy to backup in a VM” has completely missed the point of containers, and apparently does not understand how to work with them.
You shouldn’t ever need to backup containers, and if you’re expecting data loss if one goes away, yerdewinitwrawng.
This is not recommended for proxmox
The documentation (FAQ 13) actually directly says that docker should be installed as a QEMU VM on proxmox and that it should not be installed on the Proxmox Host
People are probably looking for tools like cloud init, butane and Ansible
These should absolutely no place in the mix with containers at all. Very confused how you’ve made these work of that’s what you’re suggesting.
No, I mean they should setup VMs and LXC containers in automated way. I get the impression that some people here are trying to use a Dockerfile instead of something like Ansible where the end changes apply to a end system instead of creating a template for temporary deployments.
Oisteink@feddit.nl 2 days ago
You dont need or want docker on your vm host. But a bare metal docker host can solve many peoples needs.
just_another_person@lemmy.world 2 days ago
What in the world are you talking about? It’s literally the entire point of containers orchestration systems, and the reason why you don’t run containers inside containers. It’s makes zero sense.