/docker-thrift

A Docker image for running the thrift generator

Apache License 2.0Apache-2.0

Docker Automated build

This image just provides a pre-built Apache Thrift generator tool.

Within the container the entrypoint, thrift, runs in the working directory /home, so the recommended usage is:

docker run -v $(pwd):/home thrift --gen [language] [file]

which would result in a gen-[language] directory populated in your current host directory.