Skip to content

nomionz/docker-go-protoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerized protoc and grpc-go plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published