grpc-docker-library
grpc-docker-library copied to clipboard
Contains dockerfiles for gRPC in different languages
Hi! When the version with golang 1.8.1? Or what better way to get this?
I've followed the PHP tutorial and got error about missing libraries. After that I've run the image in terminal mode. It seemed that `php.ini` was not set and thus also...
I've been trying to get a decently small image with 0.12 grpc php. Mine is too big. I can't find the binary and am building myself. Any plans to do...
The error message is: _E: Version '0.11.0.0-1~bpo8+2' for 'libgrpc0' was not found_
I tried running this command according to the page: ``` sudo docker run -it --rm --name test-grpc -v "$PWD:/usr/src/myapp" -w /usr/src/myapp grpc/node:0.11 node test.js ``` and I get the error...