mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-21 14:30:05 -06:00
Specify link to where containers are published in start-keycloak-container.adoc
Closes #42392 Signed-off-by: Eugen Stan <eugen@ieugen.ro> Signed-off-by: Alexander Schwartz <aschwart@redhat.com> Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
@@ -16,7 +16,7 @@ include::templates/hw-requirements.adoc[]
|
||||
|
||||
Make sure you have Docker installed.
|
||||
|
||||
include::templates/start-keycloak-container.adoc[]
|
||||
<#include "templates/start-keycloak-container.adoc" />
|
||||
|
||||
include::templates/realm-config.adoc[]
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ include::templates/hw-requirements.adoc[]
|
||||
|
||||
Make sure you have Podman installed.
|
||||
|
||||
include::templates/start-keycloak-container.adoc[]
|
||||
<#include "templates/start-keycloak-container.adoc" />
|
||||
|
||||
include::templates/realm-config.adoc[]
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<#import "/templates/profile.adoc" as profile>
|
||||
|
||||
== Start {project_name}
|
||||
|
||||
From a terminal, enter the following command to start {project_name}:
|
||||
@@ -9,3 +11,7 @@ From a terminal, enter the following command to start {project_name}:
|
||||
|
||||
This command starts {project_name} exposed on the local port 8080 and creates an initial admin user with the username `admin`
|
||||
and password `admin`.
|
||||
|
||||
<@profile.ifCommunity>
|
||||
Container images are published at https://quay.io/repository/keycloak/keycloak?tab=tags[Keycloak's Quay.io organization].
|
||||
</@profile.ifCommunity>
|
||||
|
||||
Reference in New Issue
Block a user