keycloak / keycloak-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker documentation is lacking

GiganteX opened this issue · comments

Describe the bug

The docker documentation is lacking.

There is no information on how to create a data volume. Which directories must be included in the volume?

There is no link to the image in the Docker Hub. There are MANY other keycloak images on the Docker Hub, it's quite the adventure/risk looking for one there. There is even a "keycloak" user providing one, but I doubt that one is you. You really should make sure that your official image is the top search result on the Docker Hub.

Version

current

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Anything else?

No response

The docker configuration will also not allow you to connect out of the box. Going to http://localhost:8080/admin will display:

We are sorry...
HTTPS required

And I'm unable to find which settings to set (cf. https://www.keycloak.org/server/configuration) to make it work without this requirement for https.

Edit: Found working instructions on https://stackoverflow.com/questions/30622599/https-required-while-logging-in-to-keycloak-as-admin

Can you open an issue in https://github.com/keycloak/keycloak/issues as that's where the guides live, this is just used to publish them. Please make the subject a bit more specific than "... is lacking", perhaps two separate issues, one for the mounts and another for the lack of image names.