Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
/ docker-wiremock Public archive

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

Notifications You must be signed in to change notification settings

ekino/docker-wiremock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ekino/wiremock

Travis CI

Description

Docker image to easily start a wiremock container

Tags and Dockerfile links

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 https://127.0.0.1/hello

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published