-
When I try to build images using buildkit in a rootless environment (Gitpod workspace), buildkit does not mount `/sys`. In our use-case this causes `udevadm trigger` to fail, which subsequently breaks…
-
We have had a few use cases and requests for different, non-docker executor backends:
- a couple cases of wanting to run tasks without a container, just standard `os/exec`
- [udocker](https://gith…
-
### Issue Description
Out of curiosity I ran the SailfishOS SDK installer against `podman-docker`. As expected this didn't run smooth at all and revealed a lot of compatibility issues (mostly related…
-
I'm attempting to use GPUs with gVisor in rootless mode - for now, the container just runs `nvidia-smi`- and I am running into issues originating from `nvidia-container-cli configure`. Various sources…
-
### Bug report info
```plain text
act version: 0.2.64
GOOS: linux
GOARCH: amd64
NumCPU: 12
Docker host: unix:///run/user/10…
-
### Environment
- **OS**: Windows 11
- **Java**: 17.0.10
- **Geomesa**: 5.0.0
### Issue
An exception occurs when launching a basic test with the following message:
`java.net.UnknownHostExcepti…
-
The container does not work on rootless docker with linux. It tries to connect to the gateway ip just fine but somehow this ip leads no where. My knowledge of slirp4netns is simply not enough to figur…
-
In the following example, `nerdctl exec dind docker exec nginx wget -O- http://127.0.0.1` is working as expected, but `nerdctl exec dind docker exec nginx wget -O- http://172.17.0.2` is failing wit…
-
Hello,
it's a few days the container fails to start, reporting errors when trying to add the default routes to 0.0.0.0/1 and 128.0.0.0/1 with the message. it used to do it in past, but rebooting the …
-
### crowd.dev edition
Community (self hosted)
### Version
v0.30.0
### What happened?
I don't know if that's a [rootless docker issue](https://github.com/moby/moby/issues/43576), I tried…