issues Search Results · repo:containers/podman-py language:Python
Filter by
127 results
(57 ms)127 results
incontainers/podman-py (press backspace or delete to remove)I am writing code that parses a compose file and launches containers based on the keywords found there.
If in my compose file I have the below configuration the code errors out with cannot unmarshal number ...
- g0dfl3sh
- Opened 14 hours ago
- #501
I m splitting off for #493.
I think I see what s happening here, for the remove issue. (TL;DR from that issue: it looks like the remove flag is not
honored in some cases)
After a short investigation, ...
- vmsh0
- Opened 10 days ago
- #496
Hi,
It seems like userns mode is not honoured by either podman-py or the podman API.
Running podman 4.9.3 on an up-to-date Ubuntu 24.04.1 LTS virtual machine.
$ cat /etc/sub{uid,gid}
[some random username]:100000:65536 ...
- vmsh0
- 4
- Opened 14 days ago
- #493
I wrote this small Python code to test Podman-py pull progress bar:
import podman
from podman import PodmanClient
import json
client = podman.from_env()
client.ping()
repository = docker.io/ohmyzsh/zsh ...
- D3vil0p3r
- Opened 14 days ago
- #492
Hello,
Using podman-py, can I perform an init operation on a container?
If not, what changes to podman-py would be required to be able to achieve that?
- vmsh0
- Opened 15 days ago
- #490
https://github.com/containers/podman-py/blob/main/podman/domain/containers_create.py
environment (Union[Dict[str, str], List[str]): Environment variables to set inside
the container, as ...
- jgperin
- Opened on Dec 20, 2024
- #489
During my tests I noted that podman py containers.list() function returns a list of containers with partial/missing
Mounts attribute values.
In particular, the Mounts attribute values are correctly returned ...
- D3vil0p3r
- Opened on Dec 19, 2024
- #488
Currently docker py uses Mount attributes that start with uppercase letter (ref.
https://github.com/docker/docker-py/blob/03e43be6af9b21f9f966eb84ca46a159b664ccf4/docker/types/services.py#L253).
A docker ...
- D3vil0p3r
- 1
- Opened on Dec 19, 2024
- #486
Currently the stream output during pull operation seems to appear like a single element stream in JSON format, for
example:
{ stream : Trying to pull docker.io/athenaos/base:latest...\n }
{ stream : ...
- D3vil0p3r
- 1
- Opened on Dec 19, 2024
- #485
Hi,
I m trying to convert following snippet of my code that is using docker-py to for exec_run to stream the result:
docker:
- code:
exit_code, response = ubuntu_container.exec_run(cmd= apt-get ...
- 343i
- 1
- Opened on Nov 30, 2024
- #477
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.