fabric8io / docker-gerrit

a docker image for gerrit
Apache License 2.0
12 stars 14 forks source link

gerrit.sh can't be started #6

Closed cmoulliard closed 9 years ago

cmoulliard commented 9 years ago

When the shell script of the Docker image uses the cmd ./bin/gerrit.sh start, then an error is raised by gerrit.

/home/gerrit/site/bin/gerrit.sh: line 429: echo: write I/O error: Permission denied

This problem is related to the fact that oom killer is not supported by Docker.

The workaround is to launch gerrit using the java instruction

cmoulliard commented 9 years ago

Solved according to the workaround defined.