Sign inSign up

andyrbell/mountebank-example

By andyrbell

Updated about 4 years ago

Example of preconfiguring a mountebank image

Image
1

1.6K

andyrbell/mountebank-example repository overview

Mountebank Example

An example of building a preconfigured mountebank docker image.

Copies in some sample imposters from the documentation.

Run

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

Tag summary

Content type

Image

Digest

Size

27.9 MB

Last updated

about 4 years ago

docker pull andyrbell/mountebank-example