https://github.com/itzg/docker-protoc2
This Google Protobuf compiler image is for projects that need an "ancient" version of the protoc compiler.
https://github.com/itzg/docker-protoc2
Last synced: 4 months ago
JSON representation
This Google Protobuf compiler image is for projects that need an "ancient" version of the protoc compiler.
- Host: GitHub
- URL: https://github.com/itzg/docker-protoc2
- Owner: itzg
- License: apache-2.0
- Created: 2017-09-08T13:27:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T13:53:23.000Z (almost 9 years ago)
- Last Synced: 2026-01-20T13:44:27.232Z (6 months ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This Google Protobuf compiler image is for projects that need an "ancient"
version of the `protoc` compiler.
## Usage
docker run -it --rm -v $PWD:/src itzg/protoc2:2.4.1 [OPTION] PROTO_FILES
where `OPTION` and `PROTO_FILES` are standard command-line parameters of protoc itself.
Use `--help` to see the available options.