Sign inSign up

nfqlt/thrift093

By nfqlt

Updated 7 days ago

Image
0

7.1K

nfqlt/thrift093 repository overview

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.

thrift toolbox

Info

This is an image of thrift 0.9.3 version in toolbox format

Configuration

Available binary paths for export:

  • /usr/bin/thrift
Sample configuration
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


Tag summary

Content type

Image

Digest

sha256:32b422f0f

Size

187.2 MB

Last updated

7 days ago

docker pull nfqlt/thrift093