Sign inSign up

kaneshin/protobuf-go

By kaneshin

Updated over 9 years ago

Protocol Buffer for Docker

Image
1

452

kaneshin/protobuf-go repository overview

Protocol Buffer for Golang on Docker

Docker Stars Docker Pulls Docker Automated buil

Usage

# 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

License

The MIT License (MIT)

Author

Shintaro Kaneko [email protected]

Tag summary

Content type

Image

Digest

Size

305 MB

Last updated

over 9 years ago

docker pull kaneshin/protobuf-go