Sign inSign up

byteleaf/wiremock

By byteleaf

Updated over 6 years ago

WireMock in a docker container

Image
0

189

byteleaf/wiremock repository overview

WireMock in a Docker-Container

http://wiremock.org/

Application Dokumentation

http://wiremock.org/docs/

Build

docker build -t <domain>/wiremock .

Run

docker run --rm -p 8088:8080 -p 8443:8443 <domain>/wiremock

docker run --rm -p 8088:8080 -p 8443:8443 byteleaf/wiremock

Run with docker-compose

version: "3.3"
services:
  wiremock:
    image: byteleaf/wiremock
    command: --global-response-templating
    ports:
      - "8088:8080"
      - "8443:8443"
    volumes:
      - ./__files:/home/wiremock/__files
      - ./mappings:/home/wiremock/mappings

Tag summary

Content type

Image

Digest

Size

234.8 MB

Last updated

over 6 years ago

docker pull byteleaf/wiremock