23 lines
576 B
Markdown
23 lines
576 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.
|
||
|
|
||
|
## Instalación desde Docker
|
||
|
|
||
|
> Enlaces de interés:
|
||
|
> * https://www.keycloak.org/guides#getting-started
|
||
|
|
||
|
```
|
||
|
docker
|
||
|
├── 01-pull-image.sh # Descargar la imagen
|
||
|
├── 02-docker-list.sh # Comprobar
|
||
|
├── 03-start-container.sh # Iniciar contenedor
|
||
|
└── 10-rm-image.sh # Borrar la imagen
|
||
|
```
|