Last active
May 22, 2021 13:05
-
-
Save evrentan/c105492c7f11baf52b5c4785c490eee0 to your computer and use it in GitHub Desktop.
Run Keycloak Container & List Your Running Containers
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 --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