The jboss/keycloak:15.1.0 is one of third party container images. So you can try using a different image which is suitable for your environment. Some steps to troubleshoot the issue are:
- In case there is no sufficient resources (e.g. CPU, Memory) in your local Docker for running the Keycloak Docker Image, try increasing the resource limitation based on the required usage of your container image as the following example of the Docker configuration:
- In case you see errors in the logs or the server stops after few seconds:
- Try downgrading the version of docker image of keycloak by changing it at docker-compose.yml and rerun
make start
- Try either a different version at
image: jboss/keycloak:15.1.0
or a different container image such aswizzn/keycloak:14
.