kyh0703 / docker-protobuf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: This project was earlier maintained by me at https://github.com/TheThingsIndustries/docker-protobuf , but since I have left the company it is now maintained in my own namespace. The original repository will not be maintained anymore.

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++
  • Go

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

About

License:Apache License 2.0


Languages

Language:Dockerfile 80.7%Language:Shell 19.3%