2023-02-09 09:29:41 +00:00
|
|
|
<#import "/templates/guide.adoc" as tmpl>
|
|
|
|
|
|
|
|
<@tmpl.guide
|
|
|
|
title="Docker"
|
2023-11-08 14:09:04 +00:00
|
|
|
summary="Get started with {project_name} on Docker">
|
2023-02-09 09:29:41 +00:00
|
|
|
|
|
|
|
:containerCommand: docker
|
|
|
|
|
|
|
|
:links-local: true
|
2023-11-08 14:09:04 +00: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 09:29:41 +00:00
|
|
|
|
2023-02-13 07:40:02 +00:00
|
|
|
== Before you start
|
2023-02-09 09:29:41 +00:00
|
|
|
|
2024-05-07 08:01:09 +00:00
|
|
|
include::templates/hw-requirements.adoc[]
|
|
|
|
|
2023-02-09 09:29:41 +00:00
|
|
|
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>
|