|
|
||
|---|---|---|
| .. | ||
| README-short.txt | ||
| README.md | ||
| content.md | ||
| github-repo | ||
| license.md | ||
| maintainer.md | ||
README.md
Supported tags and respective Dockerfile links
Quick reference
-
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow -
Where to file issues:
https://github.com/ahawkins/docker-thrift/issues -
Maintained by:
the Docker Community -
Published image artifact details:
repo-info repo'srepos/thrift/directory (history)
(image metadata, transfer size, etc) -
Image updates:
official-images PRs with labellibrary/thrift
official-images repo'slibrary/thriftfile (history) -
Source of this description:
docs repo'sthrift/directory (history) -
Supported Docker versions:
the latest release (down to 1.6 on a best-effort basis)
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.