8000 GitHub - webplates/docker-grpc-cli: [READ-ONLY] Docker image wrapping gRPC CLI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

webplates/docker-grpc-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC CLI Docker image

Build Status Docker Image

Docker image for gRPC CLI

Usage

$ docker pull webplates/grpc-cli
$ docker run --rm -it webplates/grpc-cli

Aliasing grpc_cli

$ alias grpc_cli='docker run --rm -it webplates/grpc-cli'

Troubleshooting

Getting Method name not found when calling to localhost

Since 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.

License

The MIT License (MIT). Please see License File for more information.

About

[READ-ONLY] Docker image wrapping gRPC CLI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0