Changes
Page history
Update Create Keyloak Server
authored
May 15, 2024
by
Yi Sun
Show whitespace changes
Inline
Side-by-side
Create-Keyloak-Server.md
View page @
0b076c36
...
@@ -68,7 +68,7 @@ server {
...
@@ -68,7 +68,7 @@ server {
1.
start keycloak with the below command, modify PASSWORD for admin user and keycloak image version.
1.
start keycloak with the below command, modify PASSWORD for admin user and keycloak image version.
```
text
```
text
docker run --name=keycloak -p 8080:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=PASSWORD -e DB_VENDOR=H2 -e PROXY_ADDRESS_FORWARDING=true -e ROOT_LOGLEVEL=ALL -e b=0.0.0.0
jboss
/keycloak &
docker run --name=keycloak -p 8080:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=PASSWORD -e DB_VENDOR=H2 -e PROXY_ADDRESS_FORWARDING=true -e ROOT_LOGLEVEL=ALL -e b=0.0.0.0
quay.io
/keycloak
/keycloak:13.0.0
&
```
```
2
\.
log into the container
2
\.
log into the container
...
...
...
...