Uber's prototool Docker image with gRPC support for Java and TypeScript
695
This repository uses the uber/prototool base image, layering on Java and TypeScript gRPC plugins for protoc.
Pull the container:
docker pull brymck/prototool-java-typescript
See the uber/prototool Docker documentation on how to run the Docker image, and see the GitHub documentation for details on how to organize your project.
If you have your prototool.yaml in your project's base directory, a simple Docker command looks like the following:
docker run -v "$(pwd):/work" brymck/prototool-java-typescript prototool all
Content type
Image
Digest
Size
117.6 MB
Last updated
almost 7 years ago
docker pull brymck/prototool-java-typescript