Sign inSign up

jsongo/protobuf-go

By jsongo

•Updated over 9 years ago

protobuf for go

Image
0

1.8K

jsongo/protobuf-go repository overview

⁠protobuf 3 docker with go support

Tiny docker image with protoc 3 and go plugin.

Part of nanoservice docker image library.

⁠Usage

# Just print protobuf help message
docker run -it --rm \
  nanoservice/protobuf-go --help

# Use current folder for input and output
docker run -it --rm -v $PWD:/src:rw \
  nanoservice/protobuf-go --go_out=. *.proto

# If you ran into problems with user uid and gid (consider scripting it)
docker run -it --rm -v $PWD:/user-src:rw -u $(id -u):$(id -g) -w /user-src \
  nanoservice/protobuf-go --go_out=. *.proto

⁠Contributing

  1. Fork it ( https://github.com/nanoservice/docker-protobuf-go/fork⁠ )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

⁠Contributors

Tag summary

Content type

Image

Digest

Size

51 MB

Last updated

over 9 years ago

docker pull jsongo/protobuf-go