-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Could not gracefully run server #513
Comments
check if port 4444 blocked somehow |
I tried to start container without port binding (to prevent used ports on the host system)
I think this is from the entrypoint which runs the hydra host command initially |
#514 will show a more verbose error message which will hopefully help resolve this. |
#514 is now merged and released under latest master and 0.9.2 - make soure you're actually pulling the latest version in docker with |
perfect, i will try again |
ok as you expected the error message is: Should it be possible to run |
You can try to kill off all containers with |
I tried to setup based on the docker image:
docker run -e "DATABASE_URL=memory" -d --name my-hydra -p 4444:4444 oryd/hydra
runnying
hydra host
output isIs there any log to figure out what went wrong?
The text was updated successfully, but these errors were encountered: