登录 注册
当前位置:主页 > 资源下载 > 18 > 微小Docker映像docker-protobuf-go,内置了Protoc 3并支持Go

微小Docker映像docker-protobuf-go,内置了Protoc 3并支持Go

  • 更新:2024-11-08 14:38:38
  • 大小:2KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

支持go的protobuf 3 docker 带有协议3和go插件的微型docker映像。 nanoservice docker图像库的一部分。 用法 # Just print protobuf help message docker run -it --rm \ nanoservice/protobuf-go --help # Use current folder for input and output docker run -it --rm -v $PWD:/src:rw \ nanoservice/protobuf-go --go_out=. *.proto # If you ran into problems with user uid and gid (consider scripting it) docker run -it --rm -v $PWD:/user