-
I tried to use a `docker_image` hook on a RHEL7.7 system using `podman` with the `podman-docker` package installed [This setup allows for rootless containers]. The hook attempts to modify the file, b…
-
Hi,
to use podman + podman-compose in rootless mode instead of docker+docker-compose, I need to pass
PODMAN_USERNS=keep-id
as an environment variable, e.g. as
PODMAN_USERNS=keep-id podm…
-
Hey Hammani .. It's Sean ..
Im trying to get this goin again.. but I get root/permission denied .. running podman 4.2 .. rootless.. inside the main netbox container from copying from rootless files…
-
/kind feature
This feature request is about the [connection plugin documented here](https://docs.ansible.com/ansible/latest/collections/containers/podman/podman_connection.html). To my knowledg…
-
### Issue Description
Upon running a simple python server container listening on a UDP socket with an attached podman network, UDP traffic that is being sent to the port does not arrive.
Versions …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Trying to use hardware transcoding with nvidia.
![image](https://github.com/user-attac…
-
```
not ok 187 |505| UDP%2FIPv4 large transfer, loopback in 3178ms
...
# $ podman run --rm --name=c-socat-t187-j170t3a5 --net=pasta -p [127.0.0.1]:5298:5298/udp quay.io/libpod/testimage:2…
-
Hello,
should we combine the documentation for RaspberryPi and (rootless) Podman to this Repo?
https://github.com/Cub0n/Grafana-Prometheus-cAdvisor
Greetings
Cub0n updated
6 months ago
-
**Is your feature request related to a problem? Please describe.**
Client IP addresses are not accessible by Nginx and therefore other containers
When using rootless podman, client IP addresses …
-
## What did you do
- How was the cluster created?
```bash
export DOCKER_SOCK=$XDG_RUNTIME_DIR/podman/podman.sock
export DOCKER_HOST=unix://$DOCKER_SOCK
k3d cluster create --servers 3
```
##…