# keycloak-containers **Repository Path**: mituxst/keycloak-containers ## Basic Information - **Project Name**: keycloak-containers - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-01 - **Last Updated**: 2024-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Keycloak Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services. This repository contains Docker images related to Keycloak. - [keycloak](https://hub.docker.com/r/jboss/keycloak) Keycloak server - [keycloak-adapter-wildfly](https://hub.docker.com/r/jboss/keycloak-adapter-wildfly) WildFly including Keycloak adapter ## Help and Documentation * [Keycloak server image documentation](server/README.md) * [Documentation](https://www.keycloak.org/documentation.html) * [User Mailing List](https://groups.google.com/d/forum/keycloak-user) - Mailing list for help and general questions about Keycloak * [JIRA](https://issues.jboss.org/projects/KEYCLOAK) - Issue tracker for bugs and feature requests ## Reporting Security Vulnerabilities If you've found a security vulnerability, please look at the [instructions on how to properly report it](http://www.keycloak.org/security.html). ## Reporting an issue If you believe you have discovered a defect in Keycloak please open an issue in our [Issue Tracker](https://issues.jboss.org/projects/KEYCLOAK). Please remember to provide a good summary, description as well as steps to reproduce the issue. ## Getting started To run Keycloak, run: docker run jboss/keycloak For more details refer to the [Keycloak server image documentation](server/README.md). ## Contributing Before contributing to Keycloak please read our [contributing guidelines](CONTRIBUTING.md). ## Other Keycloak Projects * [Keycloak](https://github.com/keycloak/keycloak) - Keycloak Server and Java adapters * [Keycloak Documentation](https://github.com/keycloak/keycloak-documentation) - Documentation for Keycloak * [Keycloak QuickStarts](https://github.com/keycloak/keycloak-quickstarts) - QuickStarts for getting started with Keycloak * [Keycloak Docker](https://github.com/jboss-dockerfiles/keycloak) - Docker images for Keycloak * [Keycloak Node.js Connect](https://github.com/keycloak/keycloak-nodejs-connect) - Node.js adapter for Keycloak * [Keycloak Node.js Admin Client](https://github.com/keycloak/keycloak-nodejs-admin-client) - Node.js library for Keycloak Admin REST API ## License * [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)