Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusukeiwaki/docker-opengrok-alpine
https://github.com/yusukeiwaki/docker-opengrok-alpine
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yusukeiwaki/docker-opengrok-alpine
- Owner: YusukeIwaki
- Created: 2019-09-08T17:28:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T01:01:48.000Z (almost 4 years ago)
- Last Synced: 2024-10-18T08:32:45.602Z (3 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.