Skip to content

Commit

Permalink
upgrade to version 2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolpheche committed Apr 8, 2017
1 parent 68104c1 commit 8c900b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM java:8-jdk

ENV WIREMOCK_VERSION 2.1.11
ENV WIREMOCK_VERSION 2.1.12

RUN wget -q https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-standalone/${WIREMOCK_VERSION}/wiremock-standalone-$WIREMOCK_VERSION.jar

Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
## Supported tags and respective Dockerfile links :

- `2.1.11`, `latest` [(2.1/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.1.11/Dockerfile)
- `2.1.12`, `latest` [(2.1/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.1.12/Dockerfile)

## How to use this image

##### The image include
#### The image include

- `EXPOSE 8080 8081` : the wiremock http/https server port
- `VOLUME /home/wiremock` : the wiremock data storage
Expand Down Expand Up @@ -38,3 +38,7 @@ docker run -d -v $PWD/stub:/home/wiremock -p 8080:8080 -p 8081:8081 -e WIREMOCK_
```

> Access [https://localhost:8081/__admin](https://localhost:8081/__admin) to to check https working
#### Known issues

TODO speak about permission denied error message in case of uid != 1000

0 comments on commit 8c900b8

Please sign in to comment.