main
David Vargas 2022-12-01 13:37:14 +00:00
parent c8486860f3
commit b79ed7c918
5 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