Sign inSign up

marsbible/fbthrift-ubuntu

By marsbible

•Updated about 7 years ago

fbthrift dev env based on ubuntu 16.04

Image
0

1.9K

marsbible/fbthrift-ubuntu repository overview

⁠ubuntu 16.04 fbthrift development environment

  • fbthrift has too many dependencies, this image ship all of them to you

⁠Usage Example

  1. start a container
docker run -d \
  -it \
  --name dev \
  -v /Volumes/Develop:/develop \
  marsbible/fbthrift-ubuntu:latest
  1. enter the container
docker exec -it dev bash
  1. enjoy coding
  • libs are located at ~/.linuxbrew/lib and ~/.linuxbrew/include

Tag summary

Content type

Image

Digest

Size

801.3 MB

Last updated

about 7 years ago

docker pull marsbible/fbthrift-ubuntu