Docker image for OpenGrok with Universal Ctags.
OpenGrok is a fast and usable source code search and cross reference engine.
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.
OpenGrok 1.0
- Universal Ctags
- Auto reindexing triggered by changes of the directory with files to be indexed
- Git
- tomcat 8.5