Skip to content

Instantly share code, notes, and snippets.

@george-haddad
Last active August 17, 2021 11:43
Show Gist options
  • Save george-haddad/175e00c83ad6416cdffd036fd3522b05 to your computer and use it in GitHub Desktop.
Save george-haddad/175e00c83ad6416cdffd036fd3522b05 to your computer and use it in GitHub Desktop.
Keycloak Quickstart docker command

Get keycloak in a docker up and running quickly without fuss for quick testing.

docker run -p 8888:8080 \
 -e KEYCLOAK_USER=admin \
 -e KEYCLOAK_PASSWORD=admin \
 quay.io/keycloak/keycloak:15.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment