Compare commits

...

3 Commits

Author SHA1 Message Date
David Vargas 6e469f8325 Merge branch 'main' of https://git.txs.es/EDUCATIC/educatic-info 2022-12-01 13:37:19 +00:00
David Vargas b79ed7c918 [D] . 2022-12-01 13:37:14 +00:00
David Vargas c8486860f3 [U] . 2022-12-01 13:37:11 +00:00
6 changed files with 0 additions and 34 deletions

View File

@ -1,22 +0,0 @@
[<< 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
```

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
docker pull quay.io/keycloak/keycloak

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
docker image list

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:17.0.0 start-dev

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
docker rmi quay.io/keycloak/keycloak