You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -134,17 +134,20 @@ should not contain it according to the specifications.
134
134
135
135
### Developing / testing frontends
136
136
137
-
It is also possible to run the mock server as a stand-alone application. Just get the (
138
-
self-contained)
139
-
`standalone` artifact, e.g.
140
-
from [Maven Central](https://search.maven.org/artifact/com.tngtech.keycloakmock/standalone), and run
141
-
it:
137
+
It is also possible to run the mock server as a stand-alone application. Just get the self-contained
138
+
`standalone` artifact, e.g. from [Maven Central](https://search.maven.org/artifact/com.tngtech.keycloakmock/standalone), and run it:
142
139
143
140
```bash
144
141
$ java -jar standalone.jar &
145
142
[main] INFO com.tngtech.keycloakmock.standalone.Main - Server is running on http://localhost:8000
146
143
```
147
144
145
+
Alternatively, you can get the application as a docker image from [Github Container Registry](https://github.com/TNG/keycloak-mock/pkgs/container/keycloak-mock):
146
+
147
+
```bash
148
+
docker run ghcr.io/tng/keycloak-mock:latest
149
+
```
150
+
148
151
The stand-alone server can be configured using command line parameters. You can call it
0 commit comments