Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

🐳 WireMock is a flexible library for stubbing and mocking web services

Notifications You must be signed in to change notification settings

QuanTemplate/docker-wiremock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ekino/wiremock

Circle CI

Description

Docker image to easily start a wiremock container

Usage

Start

Start a server with our simple Hello World example mapping

# get the hello world assets
git clone https://github.com/ekino/docker-wiremock.git
cd docker-wiremock

# start the server
docker run -d \
  -p 80:8080 \
  -v $(readlink -f files):/wiremock/__files \
  -v $(readlink -f mappings):/wiremock/mappings \
  ekino/wiremock

# use it
curl http://127.0.0.1/hello

About

🐳 WireMock is a flexible library for stubbing and mocking web services

Resources

Stars

Watchers

Forks

Packages

No packages published