Skip to content
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

Exited with BAD EXIT CODE '127' in ./keycloak/bin/start_keycloak script at line: 24. #2205

Open
woheme-c opened this issue Jan 5, 2025 · 1 comment

Comments

@woheme-c
Copy link

woheme-c commented Jan 5, 2025

Unfortunately, it is not possible to run that. An error occurs:

root@edcc0f76baab:/app# ./keycloak/bin/start_keycloak
./keycloak/bin/start_keycloak: line 24: docker: command not found
Exited with BAD EXIT CODE '127' in ./keycloak/bin/start_keycloak script at line: 24.

This issue arises because the backend is running in a container. The container itself does not have Docker installed. The script attempts to run ./keycloak/bin/start_keycloak, but it fails because it is not possible to create the Docker network.

@burnettk
Copy link
Contributor

burnettk commented Jan 6, 2025

That script is meant to be run on your dev box host. Sound good?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New Issue
Development

No branches or pull requests

2 participants