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

Python bindings and code examples for using Varlink access to Podman Service

Results 19 python-podman issues
Sort by recently updated
recently updated
newest added

## Summarize In the sake of compatibilty in `libpod` and `python-podman` I propose to design and implement automated checks to verify if python-podman implementation is fully compatible with libpod varlink...

enhancement

The `ExecContainer` varlink method is not available in the API.

Looking at the varlink schema, there's an option to set the published ports when creating a pod. https://github.com/containers/libpod/blob/9758a975e67bb9d681d351aea0d858ace598dcdf/cmd/podman/varlink/io.podman.varlink#L451-L460 This library doesn't seem to expose that. https://github.com/containers/python-podman/blob/4aa153396cafcc6f358e04222d19f27b87ca0387/podman/libs/pods.py#L126-L144

Hello, Do you seen any reasons (that I maybe missed) to limit the client `uri` to a local path (i.e `unix:/run/podman/io.podman`)? If I'm right [varlink also accept tcp addresses](https://varlink.org/#address) (i.e...

question

``` Traceback (most recent call last): File "/home/astraluma/.virtualenvs/mc/podcraft/bin/podcraft", line 11, in load_entry_point('podcraft', 'console_scripts', 'podcraft')() File "/home/astraluma/.virtualenvs/mc/podcraft/lib/python3.8/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/home/astraluma/.virtualenvs/mc/podcraft/lib/python3.8/site-packages/click/core.py", line 717, in main rv...

When attempting to build an image, I get this extremely nonsensical error: ``` >>> podcraft.poddir.build_server(pm, "/home/astraluma/.mc/qwi", {}) Traceback (most recent call last): File "/home/astraluma/.virtualenvs/mc/podcraft/lib/python3.7/site-packages/podman/libs/images.py", line 138, in build result =...

**Description:** BuildImage function in varlink api is throwing error ' **unable to open context dir tar file /path/to/context.tar** '. **Steps to reproduce:** 1. Created a docker file 2. Created a...

Description: Push image function throws below error ``` Traceback (most recent call last): File "push.py", line 9, in result= img.push("docker://docker.io/dhanisha/fedora") File "/root/.local/lib/python3.7/site-packages/podman/libs/images.py", line 88, in push sign_by) File "/root/.local/lib/python3.7/site-packages/podman/client.py", line...

Now that the package is no longer under the libpod repository, should it be versioned independently? If so, one should have in mind that the last release on pypi was...