-
/kind bug
When creating a container, multiple CNI networks can be connected to it, using this syntax (or alternatives):
```
podman container create --network=cni-podman2 --network=cni-podman3 --n…
-
When running:
podman run --rm \
-v cargo-cache:/volume/.cargo \
-v $PWD:/volume \
-w /volume \
-t quay.io/instrumentisto/rust \
cargo build --release
…
-
### Issue Description
`podman image tree ` purports to list all the layers in an image and their hierarchy. One would expect that the ids printed by this would correspond to image or layer ids or d…
-
### Issue Description
After upgrading Podman from v4.4.1 to v4.6.1, I am no longer able to run rootless containers.
### Steps to reproduce the issue
Steps to reproduce the issue
1. Upgrade from 4…
-
After a dchp (v4) discover packet, when the raw socket `recv` here: https://github.com/nispor/mozim/blob/v0.2.3/src/client.rs#L512 expects a dhcp offer packet but instead receives an IPv6 multicast pa…
-
### Issue Description
When I build an image using `podman build` in command line, the image is build with success but I can't find it in podman desktop.
### Steps to reproduce the issue
Steps to re…
-
### Issue Description
podman console output inconsistent use of id / name
### Steps to reproduce the issue
Steps to reproduce the issue
1. start a pod using name
2. start a container using name
…
-
### Issue Description
With the latest update of podman (`v5.1.0`) I noticed that in my quadlet definitions the `HealthInterval` is not being followed but instead the `HealthStartupInterval` is. More…
-
### Issue Description
podman inspect returning empty Port bindings when running container inside a rootless podman container. Container starts fine and running podman ps shows the running status.
…
-
### Issue Description
This is the setup:
- AKS cluster in Azure
- File Share created in Azure and exposed inside AKS as a persistent volume
- Running podman container as a pod in the AKS cluster…