Last active
March 1, 2018 18:53
-
-
Save vspedr/4fecd9af45d617b0adcfb33538377e49 to your computer and use it in GitHub Desktop.
Keycloak docker themes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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