You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add native support for PodmanRunner, similar to DockerRunner for kfp local.
What is the use case or pain point?
Currently users are required to replace the default docker host socket to point to podman to use podman under the hood for dockerrunner, it would be useful to just have native support for podman since the wrapper code is fairly minimal.