NOTE: The repository was moved from
TheThingsIndustries/docker-protobuf
torvolosatovs/docker-protobuf
. Built Docker images now reside atrvolosatovs/protoc
starting at version3.2.0
.
An all-inclusive protoc
Docker image.
It started out as https://awesomeopensource.com/project/znly/docker-protobuf fork, but grew into a stand-alone project.
arm64
)arm64
, see https://github.com/rvolosatovs/docker-protobuf/issues/77 for potential issues)$ 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