Skip to content

scue/docker-opengrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

OpenGrok:

opengrok version: opengrok-0.12.1.5

image base on: tomcat:8.0

Start:

sudo docker run --rm \
    -v /path/to/source:/src \
    -v /path/to/opengrok_data:/data \
    -p 8888:8080 \
    scue/docker-opengrok

then, the search engine is available at http://localhost:8888/source.

Reindex

To perform reindex while the container is running, perform the following:

sudo docker exec ${CONTAINER_NAME} OpenGrok index /src

where the ${CONTAINER_NAME} is the name/id to this docker image.

About

Docker OpenGrok

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages