# print help message of protoc
docker run -it --rm kaneshin/protobuf-go --help
# execute to output files.
docker run -it --rm -v $PWD:/proto:rw kaneshin/protobuf-go --go_out=. *.proto
# execute to output files by user.
docker run -it --rm -v $PWD:/proto:rw kaneshin/protobuf-go -u $(id -u):$(id -g) --go_out=. *.proto
Shintaro Kaneko [email protected]
Content type
Image
Digest
Size
305 MB
Last updated
over 9 years ago
docker pull kaneshin/protobuf-go