Skip to content

Instantly share code, notes, and snippets.

@thomasdarimont
Created April 25, 2022 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasdarimont/b8da51849d1e4f3deb1e34a27fb67eb9 to your computer and use it in GitHub Desktop.
Save thomasdarimont/b8da51849d1e4f3deb1e34a27fb67eb9 to your computer and use it in GitHub Desktop.
Keycloak 18.0.0 with new admin console

docker run \
-it \
--rm
--name kcx
-e KEYCLOAK_ADMIN=admin
-e KEYCLOAK_ADMIN_PASSWORD=admin
-e KC_HTTP_RELATIVE_PATH=auth
-p 8080:8080
quay.io/keycloak/keycloak:18.0.0
start-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment