'Is there a dockerpty similar alternative with podman?
Docker PTY Provides the functionality needed to operate the pseudo-tty (PTY) allocated to a docker container, using the Python client. ref: https://pypi.org/project/dockerpty/
I'm looking for similar to use with PodmanClient in python. If you know any other way to doing same thing in podman and python client. Please mention it.
Solution 1:[1]
Yes, there is an Open Python client for Podman named podman-py ?
Note: podman-py is not fully matured but it is the right place to start.
Another alternative is python3-podman but this project is been archived ref python-support-for-podman.html
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Gupta |
