Add hint on docker setup pitfall

This commit is contained in:
Bjarne Sievers 2021-10-05 15:21:21 +02:00 committed by GitHub
parent bf9b13d6c5
commit 09685b0f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ docker pull fullstorydev/grpcurl:latest
# Run the tool # Run the tool
docker run fullstorydev/grpcurl api.grpc.me:443 list 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 ### Other Packages