We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we launch gerrit with the bash script /home/gerrit/site/bin/gerrit.sh we get this error line 429: echo: write error: Permission denied
/home/gerrit/site/bin/gerrit.sh
line 429: echo: write error: Permission denied
To reproduce it, run this command after starting the container interactive mode
docker run -it -p 0.0.0.0:8080:8080 -p 127.0.0.1:29418:29418 --name my-gerrit cmoulliard/gerrit:1.0 bash bash -x ${GERRIT_HOME}/site/bin/gerrit.sh start
The workaround is to launch gerrit using the java cmd
The text was updated successfully, but these errors were encountered:
Problem solved to mount volumes and recover the config. We can't use …
59c3eae
…gerrit.sh to launch the process but there is workaround. See issue #14
No branches or pull requests
When we launch gerrit with the bash script
/home/gerrit/site/bin/gerrit.sh
we get this errorline 429: echo: write error: Permission denied
To reproduce it, run this command after starting the container interactive mode
The workaround is to launch gerrit using the java cmd
The text was updated successfully, but these errors were encountered: