mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-02 05:00:58 -05:00
28 lines
632 B
Plaintext
28 lines
632 B
Plaintext
<#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
|
|
|
|
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>
|