Sign inSign up

slok/protobuf-py3

By slok

Updated almost 11 years ago

Image
0

1.2K

slok/protobuf-py3 repository overview

Protobuff-py3 Docker image

This image runs the protbuffer for python3. Very handy if you don't want to compile by hand to generate your xxxxx_pb2.py file:

Example (our proto file[test.proto] is in /tmp):

docker run --rm -v /tmp:/tmp slok/protobuf-py3:1.0 -I=/tmp --python_out=/tmp /tmp/test.proto

Tag summary

Content type

Image

Digest

sha256:618b05097

Size

193 MB

Last updated

almost 11 years ago

docker pull slok/protobuf-py3