Hello guys ๐ my Name is Johannes, i am currently attending the dagger Hack Night. I just installed dagger 0.18.1. When trying to start the dagger CLI i get the following error messages.
! new client: interrupted
โ โ โ moby.buildkit.v1.Control/Info 0.0s
โ โ ! connection error: desc = "error reading server preface: command [docker exec -i dagger-engine-v0.18.1 buildctl dial-stdio] has exited with exit status
โ โ ! 1, make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr=Error response from daemon: Container
โ โ ! 67315388b51403badbe4894249e1f853a586d6953f7ba8fad6bd306649166d77 is restarting, wait until the container is running\n"
when checking the logs of the docker container i can see the following:
time="2025-04-01T18:16:05Z" level=info msg="auto snapshotter: using overlayfs"
time="2025-04-01T18:16:05Z" level=warning msg="failed to release network namespace "tn1q0t7dqjpe0c1p7cka8lpxt" left over from previous run: plugin type="loopback" failed (delete): unknown FS magic on "/var/lib/dagger/net/cni/tn1q0t7dqjpe0c1p7cka8lpxt": 9123683e"
dagger-engine: failed to create engine: failed to create network providers: CNI setup error: plugin type="bridge" failed (add): running [/usr/sbin/iptables -t nat -A CNI-5ca9cf935ec63ef4f8857c30 -d 10.87.0.29/16 -j ACCEPT -m comment --comment name: "dagger" id: "r64spqx6wautpddhnro0dnu8q" --wait]: exit status 1: Warning: Extension comment revision 0 not supported, missing kernel module?
iptables: No chain/target/match by that name.
i already tried cleaning up my local by removing the container and calling docker system prune and docker volume prune
Is there anyone, who can help me?
Many thanks in advance ๐