Skip to content

Commit 52133b3

Browse files
committed
update README.md
* new version * info about docker image Signed-off-by: Kai Helbig <[email protected]>
1 parent 0900534 commit 52133b3

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ You can create and start the mock directly from the `mock` artifact using Maven
3232
<groupId>com.tngtech.keycloakmock</groupId>
3333
<artifactId>mock</artifactId>
3434
<scope>test</scope>
35-
<version>0.17.0</version>
35+
<version>0.18.0</version>
3636
</dependency>
3737
```
3838

3939
or Gradle
4040

4141
```gradle
42-
testImplementation 'com.tngtech.keycloakmock:mock:0.17.0'
42+
testImplementation 'com.tngtech.keycloakmock:mock:0.18.0'
4343
```
4444

4545
like this:
@@ -134,17 +134,20 @@ should not contain it according to the specifications.
134134

135135
### Developing / testing frontends
136136

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:
142139

143140
```bash
144141
$ java -jar standalone.jar &
145142
[main] INFO com.tngtech.keycloakmock.standalone.Main - Server is running on http://localhost:8000
146143
```
147144

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+
148151
The stand-alone server can be configured using command line parameters. You can call it
149152
with `--help` to get a list of all options.
150153

0 commit comments

Comments
 (0)