gRPC hello world application
10K+
It's the gRPC hello world application. The example code is from grpc/grpc.
Start the gRPC server.
docker run -d -p 50051:50051 tobegit3hub/grpc-helloworld
Start the gRPC client.
docker run -d --net=host grpc-helloworld /greeter_client.py localhost:50051
Content type
Image
Digest
Size
298.3 MB
Last updated
about 10 years ago
docker pull tobegit3hub/grpc-helloworld