Open
Description
I want to kick off a conversation about how to best support Linux. My current understanding is as follows (please correct if I am off):
- podman-machine is not fully supported on Linux as qemu isn't packaged along with Podman Desktop.
- A podman-machine cannot be created via Podman Desktop on Linux.
- The extension - at the present - requires a podman-machine running and will otherwise error out.
- subscription-manager is only supported on distributions in the RH ecosystem (Fedora, CentOS, RHEL).
On Fedora, CentOS and RHEL we could run subscription-manager directly on the host. Installing sub-man and running it requires root privileges, so we'd need a sudo prompt (e.g., https://www.npmjs.com/package/sudo-prompt) to run the installation and registration in a privileged process.
I am personally OK to keep the requirement of having a podman-machine running as on Mac OS and Windows BUT the support for that is very limited on Linux. Using the host, in turn, is limited to distributions shipping sub-man. So I am currently gravitating toward a better podman-machine support on Linux.