24 lines
784 B
Markdown
24 lines
784 B
Markdown
|
|
[<< back](../README.md) | [Indice](../README.md) | [next >>](../README.md)
|
|
|
|
# Keycloak
|
|
|
|
> Enlaces de inteŕes:
|
|
> * https://www.keycloak.org/
|
|
|
|
Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
|
|
|
|
[The quickstarts](https://github.com/keycloak/keycloak-quickstarts) demonstrate securing applications with Keycloak.
|
|
They provide small, specific, working examples that can be used as a reference for your own project.
|
|
|
|
## Instalación desde Docker
|
|
|
|
* `docker pull quay.io/keycloak/keycloak`
|
|
|
|
> Normalmente se hace:
|
|
> * `docker search keycloak` para localizar contenedores de Keycloak.
|
|
> * ¿Cuál escoger?... _jboss/keycloak, bitname/keycloak_
|
|
> Pero nosotros queremos descargarlo desde https://quay.io/repository/keycloak/keycloak
|
|
|
|
|