keycloak/docs/guides/getting-started/getting-started-podman.adoc
Eugen Stan c0537cbbe8
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>
2025-09-05 15:21:33 +00:00

30 lines
680 B
Plaintext

<#import "/templates/guide.adoc" as tmpl>
<@tmpl.guide
title="Podman"
summary="Get started with {project_name} on Podman.">
:containerCommand: podman
:links-local: true
:links-admin-console: http://localhost:8080/admin[{project_name} Admin Console]
:links-account-console: http://localhost:8080/realms/myrealm/account[{project_name} Account Console]
== Before you start
include::templates/hw-requirements.adoc[]
Make sure you have Podman installed.
<#include "templates/start-keycloak-container.adoc" />
include::templates/realm-config.adoc[]
include::templates/login-to-account.adoc[]
include::templates/first-app.adoc[]
include::templates/next.adoc[]
</@tmpl.guide>