Skip to content

vulkoingim/docker-protobuf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protocol Buffers + Docker

A lightweight 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++
  • Dart
  • Go
  • Java / JavaNano (Android)
  • JavaScript
  • Objective-C
  • PHP
  • Python
  • Ruby
  • Rust
  • Swift
  • Typescript

Usage

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

For help try:

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

Packages

No packages published

Languages

  • Dockerfile 73.8%
  • Shell 14.1%
  • Go 12.1%