Skip to content

Instantly share code, notes, and snippets.

@evrentan
Last active May 22, 2021 13:05
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 evrentan/c105492c7f11baf52b5c4785c490eee0 to your computer and use it in GitHub Desktop.
Save evrentan/c105492c7f11baf52b5c4785c490eee0 to your computer and use it in GitHub Desktop.
Run Keycloak Container & List Your Running Containers
docker run --name keycloak-test -p 8070:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin quay.io/keycloak/keycloak
docker container ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment