It's used for generating proto code from proto definition.
I don't want to install protoc and grpc plugin on my local machine with gcc and other dependencies on my local machine.
Why not use docker?
Checkout the docker hub to know what tags apart of lates
are available.
docker run -it --rm -v .:/defs nomionz/go-protoc:latest bash -c "<protoc command>"