Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 527 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 527 Bytes

Dockerized golang grpc plugin

It's used for generating proto code from proto definition.

Motivation

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?

Usage

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>"