Docker image for gRPC CLI
$ docker pull webplates/grpc-cli
$ docker run --rm -it webplates/grpc-cli
$ alias grpc_cli='docker run --rm -it webplates/grpc-cli'
Method name not found when calling to localhostSince the tool runs inside a container, localhost does not actually mean the host computer.
On Linux you will have to find your host's IP address in the docker network and use that instead of localhost or 127.0.0.1.
On Mac you can use the special docker.for.mac.localhost host which resolves to the host's internal IP address.
The MIT License (MIT). Please see License File for more information.
Content type
Image
Digest
Size
15.1 MB
Last updated
over 8 years ago
docker pull webplates/grpc-cli