keycloak-scim/docs/guides/getting-started/getting-started-docker.adoc
Steven Hawkins c18a68b4e3
docs: add an initial note about sizing to each of the install guides (#29330)
closes: #14188

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2024-05-07 08:01:09 +00:00

29 lines
675 B
Text

<#import "/templates/guide.adoc" as tmpl>
<@tmpl.guide
title="Docker"
summary="Get started with {project_name} on Docker">
:containerCommand: docker
: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 Docker 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>