runlike icon indicating copy to clipboard operation
runlike copied to clipboard

Feature Request: Support for podman

Open ctml91 opened this issue 3 years ago • 4 comments

Would be nice to see this support podman. Most commands (if not all) are basically like aliases and work the same (e.g. podman inspect, etc)

Storing signatures
Error: statfs /var/run/docker.sock: no such file or directory
[root@fedora ~]# ls -lth /var/run/podman/podman.sock
srw-rw----. 1 root root 0 Apr 24 18:04 /var/run/podman/podman.so

ctml91 avatar Apr 27 '21 02:04 ctml91

Thank you for the suggestion. I wasn't familiar with podman.

I don't plan on implementing this any time soon because I don't get the impression that podman is that widely used. I'd be happy to support it if anyone wants to step up and implement this "flavor" of runlike as an option (e.g. --podman).

lavie avatar Jun 16 '21 14:06 lavie

Hi @ctml91 @lavie, this is my first PR as I try to join the Hacktoberfest.

I Hope this helps #87

clavinjune avatar Oct 07 '21 05:10 clavinjune

Thanks, @ClavinJune . I'm sorry for taking so long to respond to your PR. Currently the PR does not pass CI tests because podman is not installed as part of the CI. see https://github.com/lavie/runlike/blob/master/.github/workflows/ci.yaml

Would podman work even without a k8d cluster running? Otherwise it's going to be tricky to add testing for this. What are your thoughts?

lavie avatar Oct 22 '21 01:10 lavie

On Thu, 2021-10-21 at 18:18 -0700, assaf wrote:

Thanks, @ClavinJune . I'm sorry for taking so long to respond to your PR. Currently the PR does not pass CI tests because podman is not installed as part of the CI. see https://github.com/lavie/runlike/blob/master/.github/workflows/ci.yaml Would podman work even without a k8d cluster running? Otherwise it's going to be tricky to add testing for this. What are your thoughts? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

Podman is a dropin replacement for Docker isnt it... should run without any K* tooling.

phedders avatar Oct 22 '21 07:10 phedders