Skip to content

Small docker container with protobuf based on Alpine linux

Notifications You must be signed in to change notification settings

jgornowich/docker-protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Protobuf Docker

Small docker image based on alpine linux that has protobuf 2.6.1 development packages.

[Docker page] (https://hub.docker.com/r/jgornowich/docker-protobuf/)

Usage

# Run the container 
$ docker run -rm -v $PWD:/src jgornowich/docker-protobuf --cpp_out=. *.proto

# Enter the container to see what is there
$ docker run -ti --entrypoint /bin/bash jgornowich/docker-protobuf

About

Small docker container with protobuf based on Alpine linux

Resources

Stars

Watchers

Forks

Packages

No packages published