Skip to content

rvolosatovs/docker-protobuf

Folders and files

NameName
Last commit message
Last commit date
Jan 31, 2025
Jan 31, 2025
Sep 14, 2018
Jan 16, 2025
Mar 31, 2022
Jan 16, 2025
Feb 21, 2025
Jan 16, 2025
Jan 16, 2025
Jul 27, 2017

Repository files navigation

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

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