Proxmox conseille de faire tourner ses container Docker dans une VM :
If you want to run application containers, for example, Docker images, it is recommended that you run them inside a Proxmox QEMU VM. This will give you all the advantages of application containerization, while also providing the benefits that VMs offer, such as strong isolation from the host and the ability to live-migrate, which otherwise isn’t possible with containers.
Si tu souhaites les faire tourner dans un LXC, il est conseillé de régler le système de fichier de Docker en vfs (par défaut en overlay2, qui prend moins d'espace), notamment pour s'assurer de la fiabilité des sauvegardes du container.
Je ne l'ai jamais fait tourner sur l'hyperviseur, les trois solutions sont benchmarkées ici.
# dédier une VM à docker
Posté par bobble bubble . En réponse au message cohabitation lxc et docker. Évalué à 3.
Proxmox conseille de faire tourner ses container Docker dans une VM :
If you want to run application containers, for example, Docker images, it is recommended that you run them inside a Proxmox QEMU VM. This will give you all the advantages of application containerization, while also providing the benefits that VMs offer, such as strong isolation from the host and the ability to live-migrate, which otherwise isn’t possible with containers.
Si tu souhaites les faire tourner dans un LXC, il est conseillé de régler le système de fichier de Docker en vfs (par défaut en overlay2, qui prend moins d'espace), notamment pour s'assurer de la fiabilité des sauvegardes du container.
Je ne l'ai jamais fait tourner sur l'hyperviseur, les trois solutions sont benchmarkées ici.