Replies: 2 comments 2 replies
-
https://stackoverflow.com/questions/70087344/python-in-docker-runtimeerror-cant-start-new-thread suggests this might be problem with Docker environment. What is your Docker and operating system version ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
For the record, I have just tried Docker image for OpenGrok 1.7.35 with Docker 20.10.12 (output from
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Docker container fails to start for image version: 1.7.35. We were previously using image version 1.7.26 without issue.
Error:
docker-compose.yml (we create two containers, a primary and secondary):
To Reproduce
Steps to reproduce the behavior:
docker-compose up
or
docker exec -it opengrok_secondary_1 /scripts/start.py
Expected behavior
Container starts
Screenshots
Additional context
Beta Was this translation helpful? Give feedback.
All reactions