Sign inSign up

monstrum/protobuf-compiler

By monstrum

Updated over 5 years ago

Repo: - https://github.com/monstrum/protoc-compiler

Image
0

158

monstrum/protobuf-compiler repository overview

protoc-compiler

This Dockerfile build a protoc compiler image for golang as server, commonjs and typescript as client.

build

Change the ${docker-repo/image-name} with your own docker hub repo.

docker build -t ${docker-repo/image-name} .

usage

If the proto files within current directory

docker run --rm -it -v $PWD/proto:/code/proto monstrum/protobuf-compiler

Example using this image

docker run --rm -it -v $PWD/proto:/code/proto monstrum/protoc-compiler

Tag summary

Content type

Image

Digest

Size

474.5 MB

Last updated

over 5 years ago

docker pull monstrum/protobuf-compiler