4970a9b729
closes: #30658 Signed-off-by: Steve Hawkins <shawkins@redhat.com> Signed-off-by: Steven Hawkins <shawkins@redhat.com> Co-authored-by: Jon Koops <jonkoops@gmail.com>
11 lines
444 B
Text
11 lines
444 B
Text
== Start {project_name}
|
|
|
|
From a terminal, enter the following command to start {project_name}:
|
|
|
|
[source,bash,subs="attributes+"]
|
|
----
|
|
{containerCommand} run -p 8080:8080 -e KC_BOOTSTRAP_ADMIN_USERNAME=admin -e KC_BOOTSTRAP_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`.
|