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

An all-inclusive protoc Docker image

NOTE: The repository was moved from TheThingsIndustries/docker-protobuf to rvolosatovs/docker-protobuf. Built Docker images now reside at rvolosatovs/protoc starting at version 3.2.0.

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

  • C
  • C#
  • C++
  • Go
  • Java / JavaNano (Android)
  • JavaScript
  • Objective-C
  • PHP
  • Python
  • Ruby
  • Rust
  • Swift

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