docker run --rm chentm/mvn_protobuf:2.6.1 protoc --version
protobuf source directory is located at /protobuf
mount the proto files as input and mount the output folder
docker run --rm -v $(pwd):/input -v $(pwd)/output:/output chentm/mvn_protobuf protoc --proto_path=/input --java_out=/output /input/*.proto
Content type
Image
Digest
sha256:6bc59105c…
Size
450.1 MB
Last updated
over 10 years ago
docker pull chentm/mvn_protobuf