riftbit/keycloak

By riftbit

Updated about 3 years ago

Keycloak based on official image with plugins

Image
1

462

riftbit/keycloak repository overview

Keycloak

Docker Pulls Docker Image Size (latest) Docker Stars Docker Image Version (latest semver)

This container based on official quarkus Dockerfile with some additional modules installed

Start Keycloak

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.

Login to the admin console

Go to the Keycloak Admin Console and login with the username and password you created earlier.

Next

Before you go and run Keycloak in production there are a few more things that you will want to do, including:

  • Switch to a production ready database such as PostgreSQL
  • Configure SSL with your own certificates
  • Switch the admin password to a more secure password

For more information check out the server guides.

Tag summary

Content type

Image

Digest

sha256:8b3851126

Size

310.5 MB

Last updated

about 3 years ago

docker pull riftbit/keycloak