Tiny container to generate documentation from .proto files.
850
Simple container to generate documentation from .proto files.
Suppose you have your proto files in ~/proto and you want to generate HTML documentation:
docker run --rm -v $HOME/proto:/src -v $HOME/docs:/docs xakep666/docker-protoc-gen-doc sh -c "protoc --doc_out=html,index.html:/docs *.proto"
Running above command will create folder named docs and put index.html file into it.
See https://github.com/pseudomuto/protoc-gen-doc#invoking-the-plugin
Content type
Image
Digest
Size
23.2 MB
Last updated
almost 9 years ago
docker pull xakep666/docker-protoc-gen-doc