Skip to content

Instantly share code, notes, and snippets.

@vspedr
Last active March 1, 2018 18:53
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 vspedr/4fecd9af45d617b0adcfb33538377e49 to your computer and use it in GitHub Desktop.
Save vspedr/4fecd9af45d617b0adcfb33538377e49 to your computer and use it in GitHub Desktop.
Keycloak docker themes
docker run -e KEYCLOAK_USER=<USERNAME> -e KEYCLOAK_PASSWORD=<PASSWORD> -e DB_VENDOR=H2 -p 8080:8080 jboss/keycloak
docker cp <CONTAINERID>:/opt/jboss/keycloak/themes ~/keycloak-themes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment