Having both Docker and Podman support would help both users and yourselves as devs a TON. It would let someone like me install and run your program inside either of those two container platforms, and it would give you almost full control over how the code executes on other computers. No more random bugs cropping up because someone installed this on an old version of Node or something - Docker/Podman handles that.
Podman
Red Hat's Docker competitor. It's versioning is sort of tied to each RHEL release, so it's more "enterprise stable" (more predictable) but not as widely used yet.
https://podman.io/
Docker is really rolling release these days and usually updates independent of the OS. I've hit some breaking changes myself recently with some other apps I was running from GitHub. So it would be really awesome to have install files for both container platforms.
Having both Docker and Podman support would help both users and yourselves as devs a TON. It would let someone like me install and run your program inside either of those two container platforms, and it would give you almost full control over how the code executes on other computers. No more random bugs cropping up because someone installed this on an old version of Node or something - Docker/Podman handles that.
Red Hat's Docker competitor. It's versioning is sort of tied to each RHEL release, so it's more "enterprise stable" (more predictable) but not as widely used yet.
https://podman.io/
Docker is really rolling release these days and usually updates independent of the OS. I've hit some breaking changes myself recently with some other apps I was running from GitHub. So it would be really awesome to have install files for both container platforms.