Skip to content

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

License

Notifications You must be signed in to change notification settings

ezarko/WireMock.Net-docker

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 53.4%
  • Dockerfile 28.2%
  • PowerShell 18.4%