so now we are in V8 .. did it happen.
and if so, was there a decision made docker/podman?
is there any docs to support?
or is it just a case of pick your own flavour and search.
i do not think putting Webmin/*min was ever the original intention. i may be wrong but the interest here is in putting an app already working in a container on a local Windows PC (NodeJS, PHP, Python/Django) with all its DB (MariaDB, PostgreSQL) into a VS currently on a VM. with as little complications as possible
Podman is technically superior, actually open source, and has the same usage semantics as Docker, and the ability to use the same container registries. When we support containers, we will prefer Podman. (And, when I use containers in my day job, I use Podman.)
Cloudmin already has Docker support, but it was a mistake to put it there. People don’t use Docker for the reasons people use Cloudmin. Containers can be a full OS virtualized, but that’s not what people mean when they say they want to use containers. But, that’s how Cloudmin uses Docker…but, again, not useful to say it supports Docker if it’s supporting it in a way that simply doesn’t fit how people normally user Docker. It fits in Virtualmin better as a way to run containerized applications.
Docker support will be removed from Cloudmin, which will focus on KVM.