Skip to content

wiremock/WireMock.Net-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

356 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Slack Gitter

Linux

Pull latest image

docker pull sheyenrath/wiremock.net

Pull latest image (alpine)

docker pull sheyenrath/wiremock.net-alpine

Start the WireMock.Net container using Docker

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

Start the WireMock.Net container using WSLC

See WSL container is now available for public preview.

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

Windows NanoServer

The following versions are supported:

  • 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 2022

Pull latest image

docker pull sheyenrath/wiremock.net-windows

Start the WireMock.Net container

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

Windows 2025

Pull latest image

docker pull sheyenrath/wiremock.net-windows-2025

Start the WireMock.Net container

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

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

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages