Example of preconfiguring a mountebank image
1.6K
An example of building a preconfigured mountebank docker image.
Copies in some sample imposters from the documentation.
Run the image as follows
docker run -p 2525:2525 -p 4546:4546 -p 5555:5555 -d andyrbell/mountebank-example
Alternatively, use --net=host to use the host network and avoid need to specify all the imposter ports upfront
docker run --net=host -d andyrbell/mountebank-example
Content type
Image
Digest
Size
27.9 MB
Last updated
about 4 years ago
docker pull andyrbell/mountebank-example