-
https://github.com/opencontainers/runc
https://github.com/openSUSE/umoci
-
### Description
While in rootless mode, the container UID is the same as the UID of running runsc, in the container we can't access the file belongs to the host UID.
I want to know how to achieve …
-
Currently, `sudo nerdctl rm ` shows rootless containers, but this should show rootful containers.
-
It would be great if userborn supports generating `/etc/subuid` and `/etc/subgid`.
Rootless podman requires these files to work properly:
```console
$ podman ps
ERRO[0000] cannot find UID/GID …
-
When running an OpenTitan container with rootless podman, opentitanlib does not detect a CW310 even if its devices are correctly mapped into the container (with `--device=/dev/ttyXXX` and `--device=/d…
-
### Description
I'm trying to create an environment to use fluentbit to forawrd logs to an HTTP and a TCP service.
I have been able to do this in Docker but it seems that there is a bug in container…
-
This may not be relevant to your setup, but I had to make three changes to get this quadlet working.
Notify=true was causing systemd start to not finish and restarting the container every 2-5 min …
-
### Issue Description
Hello,
I created an image on a Fedora 40 workstation using [distrobox](https://github.com/89luca89/distrobox) (with podman). I saved the image to a `.tar` file using the `podma…
-
### Suggestion Description
Rocm is not able to isolate subset of GPUs on podman rootless
```
$ podman run --rm --device=/dev/kfd --device=/dev/dri/renderD128 docker.io/rocm/dev-ubuntu-22.04:5.7…
-
I have a k8s pod consisted of an app container and a dind container and want to share the dind volumes to the app container. It would be nice to create a folder in the `dind-rootless` image for that (…