# docker-protobuf **Repository Path**: QD0103/docker-protobuf ## Basic Information - **Project Name**: docker-protobuf - **Description**: An all-inclusive protoc Docker image - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-26 - **Last Updated**: 2021-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://github.com/TheThingsIndustries/docker-protobuf/workflows/Docker%20Image/badge.svg) # 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: - [ckaznocha/protoc-gen-lint](https://github.com/ckaznocha/protoc-gen-lint) - [danielvladco/go-proto-gql](https://github.com/danielvladco/go-proto-gql) - [dart-lang/protobuf](https://github.com/dart-lang/protobuf) - [envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) - [mwitkow/go-proto-validators](https://github.com/mwitkow/go-proto-validators) - [gogo/protobuf](https://github.com/gogo/protobuf) - [golang/protobuf](https://github.com/golang/protobuf) - [google/protobuf](https://github.com/google/protobuf) - [grpc-ecosystem/grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) - [grpc/grpc](https://github.com/grpc/grpc) - [grpc/grpc-go](https://github.com/grpc/grpc-go) - [grpc/grpc-java](https://github.com/grpc/grpc-java) - [grpc/grpc-swift](https://github.com/grpc/grpc-swift) - [grpc/grpc-web](https://github.com/grpc/grpc-web) - [improbable-eng/ts-protoc-gen](https://github.com/improbable-eng/ts-protoc-gen) - [protobuf-c/protobuf-c](https://github.com/protobuf-c/protobuf-c) - [pseudomuto/protoc-gen-doc](https://github.com/pseudomuto/protoc-gen-doc) - [stepancheg/grpc-rust](https://github.com/stepancheg/grpc-rust) - [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) - [TheThingsIndustries/protoc-gen-fieldmask](https://github.com/TheThingsIndustries/protoc-gen-fieldmask) - [TheThingsIndustries/protoc-gen-gogottn](https://github.com/TheThingsIndustries/protoc-gen-gogottn) ## Supported languages - C - C# - C++ - Dart - Go - Java / JavaNano (Android) - JavaScript - Objective-C - PHP - Python - Ruby - Rust - Swift - Typescript ## Usage ``` $ docker run --rm -v: -w thethingsindustries/protoc [OPTION] PROTO_FILES ``` For help try: ``` $ docker run --rm thethingsindustries/protoc --help ```