Repo: - https://github.com/monstrum/protoc-compiler
158
This Dockerfile build a protoc compiler image for golang as server, commonjs and typescript as client.
Change the ${docker-repo/image-name} with your own docker hub repo.
docker build -t ${docker-repo/image-name} .
If the proto files within current directory
docker run --rm -it -v $PWD/proto:/code/proto monstrum/protobuf-compiler
docker run --rm -it -v $PWD/proto:/code/proto monstrum/protoc-compiler
Content type
Image
Digest
Size
474.5 MB
Last updated
over 5 years ago
docker pull monstrum/protobuf-compiler