keycloak-scim/docs/guides/getting-started/getting-started-podman.adoc
2023-03-03 10:08:05 +00:00

27 lines
614 B
Text

<#import "/templates/guide.adoc" as tmpl>
<@tmpl.guide
title="Podman"
summary="Get started with Keycloak on Podman">
:containerCommand: podman
:links-local: true
:links-admin-console: http://localhost:8080/admin[Keycloak Admin Console]
:links-account-console: http://localhost:8080/realms/myrealm/account[Keycloak Account Console]
== Before you start
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>