Keycloak based on official image with plugins
462
This container based on official quarkus Dockerfile with some additional modules installed
From a terminal start Keycloak with the following command:
docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:19.0.1 start-dev
This will start Keycloak exposed on the local port 8080. It will also create an initial admin user with username admin and password admin.
Go to the Keycloak Admin Console and login with the username and password you created earlier.
Before you go and run Keycloak in production there are a few more things that you will want to do, including:
For more information check out the server guides.
Content type
Image
Digest
sha256:8b3851126…
Size
310.5 MB
Last updated
about 3 years ago
docker pull riftbit/keycloak