You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Unfortunately, it is not possible to run that. An error occurs:
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.The text was updated successfully, but these errors were encountered: