https://github.com/itzg/docker-thrift
A Docker image for running the thrift generator
https://github.com/itzg/docker-thrift
docker-image thrift thrift-idl-compiler
Last synced: over 1 year ago
JSON representation
A Docker image for running the thrift generator
- Host: GitHub
- URL: https://github.com/itzg/docker-thrift
- Owner: itzg
- License: apache-2.0
- Created: 2017-02-17T16:50:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T17:43:23.000Z (over 9 years ago)
- Last Synced: 2025-01-14T10:15:44.670Z (over 1 year ago)
- Topics: docker-image, thrift, thrift-idl-compiler
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://hub.docker.com/r/itzg/thrift)
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.