Hello,
Using Proxmox VE for quite a while with VM and LXC on 5 physical servers.
Too many times, we find ourselves creating a VM or an LXC container for a single Docker application. Mainly, we are creating an additional Linux server for the sole purpose of installing docker within it and starting our Docker image.
This process is starting to cost us in maintenance. About 50% of the VM/LXC are placeholders for Docker ! The reason why it's costing us is maintaining those servers up to date with patches and other stuff. Again, simply to run a single docker image.
As a user, I would love to get a more bearable approach where we could simply run the docker image directly within Proxmox. Without the need of installing an additional OS.
Question:
Is it possible to start a Docker image within LXC without the need for an additional OS ?
Maybe using podman or LXC in an exotic way ?
Maybe by converting the docker image into a LXC compatible templates ?
What is the solutions available ?
Using Proxmox VE for quite a while with VM and LXC on 5 physical servers.
Too many times, we find ourselves creating a VM or an LXC container for a single Docker application. Mainly, we are creating an additional Linux server for the sole purpose of installing docker within it and starting our Docker image.
This process is starting to cost us in maintenance. About 50% of the VM/LXC are placeholders for Docker ! The reason why it's costing us is maintaining those servers up to date with patches and other stuff. Again, simply to run a single docker image.
As a user, I would love to get a more bearable approach where we could simply run the docker image directly within Proxmox. Without the need of installing an additional OS.
Question:
Is it possible to start a Docker image within LXC without the need for an additional OS ?
Maybe using podman or LXC in an exotic way ?
Maybe by converting the docker image into a LXC compatible templates ?
What is the solutions available ?