Update README.md

This commit is contained in:
Stian Thorgersen 2022-02-15 08:11:44 +01:00 committed by GitHub
parent 5d781304e7
commit 5d3fbbb158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Keycloak Image
For more information, see the [Running Keycloak in a container guide](https://www.keycloak.org/guides/server/containers).
For more information, see the [Running Keycloak in a container guide](https://www.keycloak.org/server/containers).
## Build the image
@ -10,4 +10,4 @@ It is possible to download the Keycloak distribution from a URL:
Alternatively, you need to build the local distribution first, then copy the distributions tar package in the `containers` folder and point the build command to use the image:
cp $KEYCLOAK_SOURCE/quarkus/dist/target/keycloak-<VERSION>.tar.gz .
docker build --build-arg KEYCLOAK_DIST=keycloak-<VERSION>.tar.gz . -t <YOUR_TAG>
docker build --build-arg KEYCLOAK_DIST=keycloak-<VERSION>.tar.gz . -t <YOUR_TAG>