educatic-info/servicios/keycloak/README.md

23 lines
576 B
Markdown
Raw Normal View History

2022-03-08 18:09:25 +01:00
2022-03-08 18:13:28 +01:00
[<< back](../README.md) | [Indice](../README.md) | [next >>](../README.md)
2022-03-08 18:09:25 +01:00
# Keycloak
2022-03-08 18:13:28 +01:00
> Enlaces de inteŕes:
> * https://www.keycloak.org/
Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
2022-03-08 18:09:25 +01:00
## Instalación desde Docker
2022-03-08 18:38:31 +01:00
> Enlaces de interés:
> * https://www.keycloak.org/guides#getting-started
2022-03-08 18:09:25 +01:00
2022-03-08 18:38:31 +01:00
```
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
```