The Wayback Machine - https://web.archive.org/web/20201109215559/https://github.com/WireMock-Net/WireMock.Net-docker
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.

README.md

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

The following versions are supported:

  • nanoserver-1803
  • nanoserver-1809
  • nanoserver-1903
  • nanoserver-1909

Pull latest image

docker pull sheyenrath/wiremock.net-nanoserver-<version>

Start the WireMock.Net container

docker run -it --rm -p 9091:80 sheyenrath/wiremock.net-nanoserver-<version>

Windows 2019

Pull latest image

docker pull sheyenrath/wiremock.net-windows-2019

Start the WireMock.Net container

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

Commands

For all possible commands, see this WIKI - Commandline 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)

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.