hello everyone
I am trying to do health check on engine startup(puppet),also I have grpc setting set using .toml file set to 8080
this is the command i used to check whether buildkit inside the container is running, this stop working when upgraded to engine >=0.9.4
docker exec -it dagger-engine buildctl --addr tcp://localhost:8080 debug workers -v
Error:
Error: invalid address tcp://localhost:8080 (expected unix://, got tcp://)
this usually worked in earlier version of dagger engine up until 0.9.3
Can anyone help?