Sign inSign up

kaneshin/protobuf

By kaneshin

Updated over 9 years ago

Protocol Buffer for Docker

Image
1

277

kaneshin/protobuf repository overview

Protocol Buffer on Docker

Docker Stars Docker Pulls Docker Automated buil

Usage

# print help message of protoc
docker run -it --rm kaneshin/protobuf --help

# execute to output files.
docker run -it --rm -v $PWD:/proto:rw kaneshin/protobuf *.proto

# execute to output files by user.
docker run -it --rm -v $PWD:/proto:rw kaneshin/protobuf -u $(id -u):$(id -g) *.proto

License

The MIT License (MIT)

Author

Shintaro Kaneko [email protected]

Tag summary

Content type

Image

Digest

Size

248.7 MB

Last updated

over 9 years ago

docker pull kaneshin/protobuf