docker-protobuf icon indicating copy to clipboard operation
docker-protobuf copied to clipboard

All inclusive Protocol Buffer and gRPC suite, powered by Docker and Alpine

Results 26 docker-protobuf issues
Sort by recently updated
recently updated
newest added

when i run this cmd sudo docker run --rm -v $(PWD):$(PWD) -w $(PWD) znly/protoc -I./proto/user --micro_out=. --go_out=. ./proto/user/*.proto it show protoc-gen-micro: program not found or is not executable --micro_out: protoc-gen-micro:...

The Go module that I'm working on is at: `github.com/ae-ou/my-project/`. My proto files are in the api subdirectory (following the Go suggested practices), so the path to one proto file...

Adding gorm plugin to the docker-protobuf image

https://github.com/improbable-eng/ts-protoc-gen

Hi! ` github.com/lyft/protoc-gen-validate` does not exist anymore so the container does not build. Change to `github.com/envoyproxy/protoc-gen-validate` please.

As I commented in #20 the swift grpc setup isn't working. I've tried to get a working executable in a local build of the image but haven't been able to....

Currently the `latest` tag in docker hub is 1 year old. I've spent some time debugging why some features were not working and it was because of the `latest` tag...

This PR just adds the typescript/node plugin to generate a GRPC typescript server. I am not an expert, but this way it seems to work, otherwise please feel free to...

Please, if possible, add support to [grpc-web](https://github.com/grpc/grpc-web/) As far as I know: Dependencies: `make` and `g++` Build/Install: `make install-plugin` inside the `grpc-web folder`