Skip to content

thombashi/docker-opengrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-opengrok

Docker image for OpenGrok with Universal Ctags.

OpenGrok is a fast and usable source code search and cross reference engine.

Usage

docker run -d -v <directory with files to be indexed>:/src -p <PORT>:8080 thombashi/opengrok

OpenGrok Web user interface can be accessed at http://<HOST>:<PORT>/source/ after the first source code indexing completed.

Docker Image Includes