/WireMock.Net-docker

WireMock.Net-docker is a Docker image which runs WireMock.Net (a flexible library for stubbing and mocking web services)

Primary LanguageC#MIT LicenseMIT

WireMock.Net-docker

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.)

Gitter

Linux

Pull latest image

docker pull sheyenrath/wiremock.net

Start the WireMock.Net container

docker run -it --rm -p 9091:80 sheyenrath/wiremock.net

Windows NanoServer 1803

Pull latest image

docker pull sheyenrath/wiremock.net-nanoserver-1803

Start the WireMock.Net container

docker run -it --rm -p 9091:80 sheyenrath/wiremock.net-nanoserver-1803

Windows NanoServer 1809

Pull latest image

docker pull sheyenrath/wiremock.net-nanoserver-1809

Start the WireMock.Net container

docker run -it --rm -p 9091:80 sheyenrath/wiremock.net-nanoserver-1809

Commands

For all possible commands, see this WIKI - Commandlin Arguments

Using

Access http://localhost:9091/__admin/settings to display the mappings.

For more functionality, see WIKI