hallowed-truck-84287
05/05/2023, 7:07 PMgit clone <https://github.com/istio/istio.git>
and try running a make build
. It hangs pretty early in that process.
2. within the tooling container we also run docker commands (DinD) to the mounted socket. It seems Rancher Desktop doesn’t like to do that in a rootless container. If running the container as root, things work. Simply command to verify: docker run -v /var/run/docker.sock:/var/run/docker.sock -u 501: -it --rm docker docker ps
. Remove the -u parm and it should work.rapid-eye-50641
05/05/2023, 8:59 PMhallowed-truck-84287
05/05/2023, 9:11 PM