Sign inSign up

tobegit3hub/grpc-helloworld

By tobegit3hub

•Updated about 10 years ago

gRPC hello world application

Image
2

10K+

tobegit3hub/grpc-helloworld repository overview

⁠Introduction

It's the gRPC hello world application. The example code is from grpc/grpc⁠.

⁠Usage

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

Tag summary

Content type

Image

Digest

Size

298.3 MB

Last updated

about 10 years ago

docker pull tobegit3hub/grpc-helloworld