Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yusukeiwaki/docker-opengrok-alpine


https://github.com/yusukeiwaki/docker-opengrok-alpine

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# opengrok-alpine

"one-time" OpenGrok Docker image, based on Alpine Linux.

Put src.tar.gz including the source codes.

```
src.tar.gz
|- project1/
|- ...
|- project2/
|- ...
```

And then, `docker build . -t your-opengrok` for build, and `docker run --rm -p 8080:8080 your-opengrok`.