Skip to content

scips/docker-ubuntu-devel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ubuntu-devel

Made on top of Ubuntu:16.04

Used to test make / make install of c/c++ programs

Sphinx

I first clone from github the project on a local directory: /home/scips/workspace/sphinx/ To run the docker I need to mount the src code from my host directory.

docker run -v /home/scips/workspace/sphinx/:/root/sphinx -it scips/ubuntu-devel:16.04 bash

Then inside the docker I compile, install and test

 cd /root/sphinx/
 ./configure --without-mysql
 make -j4 install
 indextool --checkconfig

That's it!

Releases

No releases published

Packages

No packages published

Languages