Skip to content

Instantly share code, notes, and snippets.

@tnishada
Created May 1, 2022 10:42
Show Gist options
  • Save tnishada/4422cee1001829dd63ac7c940d7cc63a to your computer and use it in GitHub Desktop.
Save tnishada/4422cee1001829dd63ac7c940d7cc63a to your computer and use it in GitHub Desktop.
docker run --name keycloak_test -p 8080:8080 \
-e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=password \
quay.io/keycloak/keycloak:latest \
start-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment