podman-py icon indicating copy to clipboard operation
podman-py copied to clipboard

Python bindings for Podman's RESTful API

Results 54 podman-py issues
Sort by recently updated
recently updated
newest added

Hello, It seems like `demux` in `Container.exec_run` doesn't work, and that there is currently no way to separate stdout and stderr when using `exec` through this library. Quickly looking at...

help wanted

Hi, I would like to build debian package for podman-py. Currently If i am trying to build the package , pytest fail, can u help me ? Build : ....

help wanted

Hi, I have notice when "security_opt" parameter is supply as run(), parameter is not not reflecting in container. Here are some information: 1) Details of run() command: [run_command.txt](https://github.com/containers/podman-py/files/13370731/run_command.txt) ![Screenshot from...

help wanted

Hey! Thanks for the great software! When doing an images `prune()`, it gives me: ``` python -c 'import podman; client = podman.PodmanClient(base_url="unix:///run/podman/podman.sock"); client.images.prune();' Traceback (most recent call last): File "",...

I believe `listTags` (`--list-tags` equivalent on cli / [api](https://github.com/containers/podman/blob/19152fa349199e88212aa9607c27139730d1710b/pkg/api/handlers/compat/images_search.go#L26)) is a flag that can be enabled on podman's api for the search behavior: https://docs.podman.io/en/latest/markdown/podman-search.1.html#list-tags It would be nice to have...

I can't figure out the correct way to set the ipc_mode to another container in my run options. `options["ipc_mode"] = "container:my_container"` `APIError: 500 Server Error: Internal Server Error (invalid config...

This commit will enable downstream syncing to CentOS Stream 10. The centos maintainer will need to manually run `packit propose-downstream` and `centpkg build` until better centos integration is in place....

approved

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [containers/automation_images](https://togithub.com/containers/automation_images) | major | `20240320t153921z-f39f38d13` -> `20240529t141726z-f40f39d13` | --- ### Release Notes containers/automation_images...

dependencies

For users who have a ssh key protected by passphrase tests can hang and fail on 'Enter passphrase for key' if the correct ssh agent env variable is not set...

- The example on the index.rst page shows calling the podman client with `with podman.Client() as client:` which results in the following error when running the example script on index.rst...