Hello everyone. I am trying to run Dagger with Podman, but when I run the dagger command, it gets stuck at the connection stage.
I create podman machine with rotfull mode
{
"ConfigDir": {
"Path": "/home/akiyamka/.config/containers/podman/machine/qemu"
},
"ConnectionInfo": {
"PodmanSocket": {
"Path": "/run/user/1000/podman/podman-machine-default-api.sock"
},
"PodmanPipe": null
},
"Created": "2025-12-02T21:42:08.841894053+01:00",
"LastUp": "0001-01-01T00:00:00Z",
"Name": "podman-machine-default",
"Resources": {
"CPUs": 8,
"DiskSize": 100,
"Memory": 2048,
"USBs": []
},
"SSHConfig": {
"IdentityPath": "/home/akiyamka/.local/share/containers/podman/machine/machine",
"Port": 38589,
"RemoteUsername": "core"
},
"State": "running",
"UserModeNetworking": true,
"Rootful": true,
"Rosetta": false
}
and enable sudo modprobe iptable_nat inside of it
But this not help, dagger steel can't connect to it
$ dagger
connect 1m
starting engine โ
connecting to engine 1m