/mountebank

A docker image for mountebank

Primary LanguageDockerfileMIT LicenseMIT

Mountebank

A docker image for mountebank.

Run

Run the image as follows replacing PORT with the port of your imposter(s)

docker run -p 2525:2525 [-p PORT:PORT] -d andyrbell/mountebank

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