wiremock / wiremock-docker

Wiremock Docker image
https://hub.docker.com/r/wiremock/wiremock
MIT License
211 stars 99 forks source link

Is it possible to rewrite context root for path routing? #28

Closed peterpakos closed 4 years ago

peterpakos commented 4 years ago

I'm trying to deploy wiremock service in AWS ECS and route /wiremock/* requests to it but all I'm getting is this message, no matter what path I use (even /__admin/):

No response could be served as there are no stub mappings in this WireMock instance.

Is it possible to rewrite/set context root for the service? I've looked at the documentation but failed to find a way of doing it.

rodolpheche commented 4 years ago

This repository only handles the Wiremock Docker image build and deployment, it should remain agnostic to integration considerations.