From 30d2dcb7b3e6f283e4bdd463e051dd8fb80af836 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 11 Mar 2022 11:09:24 +0100 Subject: [PATCH] Updates readme to new Quarkus container images (#10706) Closes #10564 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b6d4f51fb..86c000c6e8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To run Keycloak download the distribution from our [website](https://www.keycloa Alternatively, you can use the Docker image by running: - docker run jboss/keycloak + docker run quay.io/keycloak/keycloak start-dev For more details refer to the [Keycloak Documentation](https://www.keycloak.org/documentation.html). @@ -60,7 +60,6 @@ Before contributing to Keycloak please read our [contributing guidelines](CONTRI * [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 Containers](https://github.com/keycloak/keycloak-containers) - Container 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