rvolosatovs / docker-protobuf

An all-inclusive protoc Docker image
https://hub.docker.com/r/rvolosatovs/protoc
Apache License 2.0
167 stars 50 forks source link
c cpp csharp docker go gogoproto grpc grpc-gateway grpc-web java javascript objective-c php protobuf protoc python rust swift

Protocol Buffers + Docker

An all-inclusive protoc Docker image. It started out as https://github.com/znly/docker-protobuf fork, but grew into a stand-alone project.

What's included:

Supported languages

Usage

$ docker run --rm -v<some-path>:<some-path> -w<some-path> rvolosatovs/protoc [OPTION] PROTO_FILES

For help try:

$ docker run --rm rvolosatovs/protoc --help