docs/thrift
Docker Library Bot 7edf26875d Run update.sh 2017-04-21 18:34:24 -07:00
..
README-short.txt Add thrift docs 2015-01-04 20:05:59 +01:00
README.md Run update.sh 2017-04-21 18:34:24 -07:00
content.md Use explicit-type code blocks in a lot of obvious places (now that the Hub actually renders these _better_ than the no-type versions) 2015-08-13 09:29:14 -07:00
github-repo Add github-repo file to every image repo 2016-05-12 16:33:19 -07:00
license.md Add thrift docs 2015-01-04 20:05:59 +01:00
maintainer.md Refactor the way information (especially links) are presented 2017-04-21 17:48:19 -07:00

README.md

Supported tags and respective Dockerfile links

Quick reference

What Is Thrift

The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages.

Read more about Thrift.

How To Use This Image

This is image is intended to run as an executable. Files are provided by mounting a directory. Here's an example of compiling service.thrift to ruby to the current directory.

$ docker run -v "$PWD:/data" thrift thrift -o /data --gen rb /data/service.thrift

Note, that you may want to include -u $(id -u) to set the UID on generated files. The thrift process runs as root by default which will generate root owned files depending on your docker setup.

License

View license information for the software contained in this image.