Sign inSign up

pentestlab/wiremock

By pentestlab

Updated over 6 years ago

This is an images with the wiremock standalone jar that could be used as mock server.

Image
0

58

pentestlab/wiremock repository overview

Usage:

The basic usage is:

docker pull pentestlab/wiremock:2.26.0
docker run -it -p 8080:8080 pentestlab/wiremock:2.26.0

it you have already some .json files you can bind to the mappings folder and __files folder using this:

docker run -it --mount type=bind,source=$PWD/mappings,target=/opt/wiremock/mappings   --mount type=bind,source=$PWD/__files,target=/opt/wiremock/__files  pentestlab/wiremock:2.26.0

Override port mapping

docker run -it -e PORT=9090 -p 9090:9090  --mount type=bind,source=$PWD/mappings,target=/opt/wiremock/mappings   pentestlab/wiremock:2.26.0

Tag summary

Content type

Image

Digest

Size

80.3 MB

Last updated

over 6 years ago

docker pull pentestlab/wiremock:2.26.0