vicboma1 / keycloak-containers

Docker image for Keycloak project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keycloak legacy container image

Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.

This repository contains Docker images related to the legacy WildFly distribution of Keycloak. For the new Quarkus based distribution check out the new container guide.

Help and Documentation

Reporting Security Vulnerabilities

If you've found a security vulnerability, please look at the instructions on how to properly report it.

Reporting an issue

If you believe you have discovered a defect in Keycloak please open an issue. Please remember to provide a good summary, description as well as steps to reproduce the issue.

Getting started

To run Keycloak, run:

docker run quay.io/keycloak/keycloak start-dev

Or, to run the legacy WildFly distribution, run:

docker run quay.io/keycloak/keycloak:legacy

For more details refer to the container guide.

Or, for the legacy WildFly distribution refer to the Keycloak server image documentation.

Contributing

Before contributing to Keycloak please read our contributing guidelines.

Other Keycloak Projects

License

About

Docker image for Keycloak project

License:Other


Languages

Language:Shell 95.1%Language:Dockerfile 3.9%Language:Makefile 1.0%