From 09685b0f08c7a2ce4345fd18d5ffc721cc9a5431 Mon Sep 17 00:00:00 2001 From: Bjarne Sievers Date: Tue, 5 Oct 2021 15:21:21 +0200 Subject: [PATCH] Add hint on docker setup pitfall --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eeb76b8..3ffa163 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ docker pull fullstorydev/grpcurl:latest # Run the tool docker run fullstorydev/grpcurl api.grpc.me:443 list ``` +Note that for debugging services running locally on your host instead of online servers, you need to connect the container to your host network. Otherwise you will get `connect: connection refused` errors. [This SO answer](https://stackoverflow.com/a/24326540) helps. ### Other Packages