Hello, I'm currently integrating go sdk on one of my experimentation. This little experiment build an image from a dockerfile but now i'm having this error :
failed to receive status: rpc error: code = Unavailable desc = error reading from server: command [docker exec -i dagger-buildkitd buildctl dial-stdio] has exited with exit status 137, please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr=
This has something to do with this line somehow https://github.com/laupse/cloak-experimentation/blob/3c69cd275e4f1311e35ac76ce35c7ee16a881f13/magefiles/main.go#L59
And because of this i'm little bit confused with the difference between directory and filesystem ?