Sign inSign up

marsbible/centos-dev-brew

By marsbible

Updated about 7 years ago

centos 7 c/c++ development enviroment with Homebrew

Image
0

10K+

marsbible/centos-dev-brew repository overview

CentOS 7 C/C++ development environment with Homebrew support

  • centos 7 with homebrew support, easy to use and maintain
  • ship with gcc/g++ 5.5, boost 1.7+ and folly v2019.08.05.00

Usage Example

  1. start a container
docker run -d \
  -it \
  --name dev \
  -v /Volumes/Develop:/develop \
  centos-dev-brew:latest
  1. enter the container
docker exec -it dev bash
  1. enjoy coding
  • libs are located at ~/.linuxbrew/lib and ~/.linuxbrew/include
  • use 'brew install' to install package you want

Tag summary

Content type

Image

Digest

Size

822.9 MB

Last updated

about 7 years ago

docker pull marsbible/centos-dev-brew