Hi,
I've got Mac M1 running Ventura 13.5.2, trying to follow the basic golang get started tutorial and failing when running the line:
dagger run go run ./multibuild/main.go
I'm running the latest dagger cli and dagger 0.8.4
Docker (24.0.5) is logging the following exception when starting the dagger engine container:
buildkitd: plugin type="bridge" failed (add): failed to list chains: running [/sbin/iptables -t nat -S --wait]: exit status 3: iptables v1.8.9 (legacy): can't initialize iptables table `nat': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
CNI setup error
github.com/moby/buildkit/util/network/cniprovider.(*cniProvider).newNS
/go/pkg/mod/github.com/moby/buildkit@v0.12.1-0.20230801135201-2267f0022b35/util/network/cniprovider/cni.go:248
....
Any help would be appreciated.
Regards
Chris