NOTE: This image is intended to be used with nfqlt/docker vagrant box and other nfqlt docker images. Other use scenarios might work but are not tested yet.
This is an image of thrift 0.9.3 version in toolbox format
Available binary paths for export:
version: '2.4'
services:
thrift:
image: nfqlt/thrift093
volumes_from:
- ./src:/home/project/src
- /tmp
dev:
image: nfqlt/php73-dev
volumes_from:
- service:thrift:rw
volumes:
- ./src:/home/project/src
- /home/project/.ssh:/home/project/.ssh
- /etc/ssh:/etc/ssh
- /etc/gitconfig:/etc/gitconfig
- /etc/environment:/etc/environment-vm:ro
environment:
NFQ_REMOTE_TOOL_THRIFT: >
/usr/bin/thrift
and don't forget to add thrift to linker
Content type
Image
Digest
sha256:32b422f0f…
Size
187.2 MB
Last updated
7 days ago
docker pull nfqlt/thrift093