WireMock.Net-docker is a Docker image which runs WireMock.Net (a flexible library for stubbing and mocking web HTTP responses using request-matching criteria.)
docker pull sheyenrath/wiremock.net
docker pull sheyenrath/wiremock.net-alpine
docker run -it --rm -p 9091:80 sheyenrath/wiremock.net
The following versions are supported:
docker pull sheyenrath/wiremock.net-nanoserver-<version>
docker run -it --rm -p 9091:80 sheyenrath/wiremock.net-nanoserver-<version>
docker pull sheyenrath/wiremock.net-windows-2019
docker run -it --rm -p 9091:80 sheyenrath/wiremock.net-windows-2019
docker pull sheyenrath/wiremock.net-windows
docker run -it --rm -p 9091:80 sheyenrath/wiremock.net-windows
For all possible commands, see this WIKI - Commandline Arguments
Access http://localhost:9091/__admin/settings to display the mappings.
For more functionality, see WIKI