Skip to content

Instantly share code, notes, and snippets.

@thomasdarimont
Created April 29, 2021 07:34
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/d7f917364d9cfdd927824d0e11df8d78 to your computer and use it in GitHub Desktop.
Save thomasdarimont/d7f917364d9cfdd927824d0e11df8d78 to your computer and use it in GitHub Desktop.
kcadm Docker
alias kcadm="docker run --net=host -i --user=1000:1000 --rm -v $(echo $HOME)/.acme/.keycloak:/opt/jboss/.keycloak:z --entrypoint /opt/jboss/keycloak/bin/kcadm.sh jboss/keycloak:12.0.4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment