keycloak-scim/docs/guides/getting-started/templates/start-keycloak-container.adoc

12 lines
427 B
Text
Raw Normal View History

== Start {project_name}
From a terminal, enter the following command to start {project_name}:
[source,bash,subs="attributes+"]
----
{containerCommand} run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:{version} start-dev
----
This command starts {project_name} exposed on the local port 8080 and creates an initial admin user with the username `admin`
and password `admin`.