# 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
Shintaro Kaneko [email protected]
Content type
Image
Digest
Size
248.7 MB
Last updated
over 9 years ago
docker pull kaneshin/protobuf