On Thu, 2019-08-01 at 05:08 -0400, Daniel Walsh wrote:
On 7/30/19 2:19 PM, Jayjeet Chakraborty wrote:
> Hello Podman Community,
> I was trying to use python-podman as non-root when I was facing the
> issue
https://github.com/containers/python-podman/issues/16. I
> would like to know if there is any way to bypass this issue by
> running podman as root through python-podman. Any help would be
> appreciated. Thank you.
>
> JayjeetChakraborty
>
https://github.com/JayjeetAtGithub
>
>
> _______________________________________________
> Podman mailing list -- podman(a)lists.podman.io
> To unsubscribe send an email to podman-leave(a)lists.podman.io
I think that we need to get python-podman to support launching podman
varlink in bridge mode. Which should make this possible. I don't
know what the current state of this is though.
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
theoretically you should be able to launch a podman varlink --timeout 0
unix:/socket_path as a rootless user and point your python code to that
socket.