This project created by research related to timeout.
$ docker build -t protoc -f protoc.Dockerfile .
$ docker run --rm -v "$(pwd)"/protobuf:/input \
-v "$(pwd)"/pb:/output protoc \
/input/example.proto
$ docker build -t example-grpc .
$ docker run -p 50051:50051 --rm --name grpc example-grpc
or
$ docker run -p 50051:50051 --rm \
--name grpc afrofunkylover/grpc-timeout-tests
- rumyantseva for this repo and blog post