You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,15 @@ The container is available from DockerHub at https://hub.docker.com/r/opengrok/d
13
13
14
14
## When not to use it
15
15
16
-
This image is simple wrapper around OpenGrok environment. The indexer and the web container are **not** tuned for large workloads.
16
+
This image is simple wrapper around OpenGrok environment. It is basicallyt a small appliance. The indexer and the web container are **not** tuned for large workloads.
17
+
17
18
If you happen to have one of the following:
18
19
- large source data (e.g. [AOSP](https://en.wikipedia.org/wiki/Android_Open_Source_Project) or the like)
19
20
- stable service
20
21
- Source Code Management systems not supported in the image (e.g. Perforce,
21
22
Clearcase, etc.)
22
-
23
-
then it is advisable to run OpenGrok standalone or construct your own docker
23
+
- need for authentication/authorization
24
+
then it is advisable to run OpenGrok standalone or construct your own Docker
0 commit comments