2023-02-09 04:29:41 -05:00
|
|
|
<#import "/templates/guide.adoc" as tmpl>
|
|
|
|
|
|
|
|
|
|
<@tmpl.guide
|
|
|
|
|
title="Docker"
|
2025-04-25 03:18:04 -04:00
|
|
|
summary="Get started with {project_name} on Docker.">
|
2023-02-09 04:29:41 -05:00
|
|
|
|
|
|
|
|
:containerCommand: docker
|
|
|
|
|
|
|
|
|
|
:links-local: true
|
2023-11-08 09:09:04 -05:00
|
|
|
:links-admin-console: http://localhost:8080/admin[{project_name} Admin Console]
|
|
|
|
|
:links-account-console: http://localhost:8080/realms/myrealm/account[{project_name} Account Console]
|
2023-02-09 04:29:41 -05:00
|
|
|
|
2023-02-13 02:40:02 -05:00
|
|
|
== Before you start
|
2023-02-09 04:29:41 -05:00
|
|
|
|
2024-05-07 04:01:09 -04:00
|
|
|
include::templates/hw-requirements.adoc[]
|
|
|
|
|
|
2023-02-09 04:29:41 -05:00
|
|
|
Make sure you have Docker installed.
|
|
|
|
|
|
2025-09-05 11:21:33 -04:00
|
|
|
<#include "templates/start-keycloak-container.adoc" />
|
2023-02-09 04:29:41 -05:00
|
|
|
|
|
|
|
|
include::templates/realm-config.adoc[]
|
|
|
|
|
|
|
|
|
|
include::templates/login-to-account.adoc[]
|
|
|
|
|
|
|
|
|
|
include::templates/first-app.adoc[]
|
|
|
|
|
|
|
|
|
|
include::templates/next.adoc[]
|
|
|
|
|
|
|
|
|
|
</@tmpl.guide>
|