-
I searched for "_rootless_" in the documentation but didn't find anything:
https://docs.linuxserver.io/?q=rootless
I see that using rootless Podman or rootless Docker is not supported.
https://…
-
Regardless of the value of `--user`, pods started with (rootless) podman + krun have a UID/GID of 0 within the container.
krun:
```bash
> podman --runtime=krun run --user=1000:1000 --rm -it reg…
-
Feedback from Jeff:
- "failed to create project" after selecting the [docker.io](http://docker.io/) image: failed to change ownership of the home directory
- Minor issue on error output: the two erro…
-
Nice write up by the way.
Any thoughts on using firewalld to port-forward to the container port. eg `firewall-cmd --add-forward-port=port=80:proto=tcp:toport=8080 ` instead of setting `net.ipv4.ip_…
-
### Description
Error: **failed to register layer: lsetxattr user.overlay.origin /etc: operation not supported**
Starting with v25, docker will no longer silently remove extended attributes when…
-
The local port allocated with `run -P` seems unsafe when multiple jobs start at once:
```
$ podman [options] run --name portcheck -dt -P --health-cmd curl -f http://localhost/ quay.io/libpod/alpine_…
-
Hodgepodge of parallel-system-test flakes that don't seem to fit anywhere else. I think most of these just need something like
```bash
# Expectation (in seconds) of when we should time out. When…
-
Podman is a container engine that supports rootless containers.
obs-build could leverage this to allow for building packages without root privileges. Conveniently there's also Docker emulation avai…
-
### 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…
-
### Description
The following fails with runsc but succeeds w/ crun/runc as well as on the host:
```c
#define _GNU_SOURCE
#include
#include
int main(void)
{
int fd = open("/tmp", O_DIRECTORY);…