Run in Docker

If your test can Run from GitHub, we provide a generic Docker image in the Docker Hub called molotov, that can be used to run your load test inside Docker.

The Docker image will use Moloslave against a provided repository. It’s configured with two environment variables:

  • TEST_REPO – the Git repository (has to be public)
  • TEST_NAME – the name of the test to run

Example:

docker run -i --rm -e TEST_REPO=https://github.com/tarekziade/molotov -e TEST_NAME=test tarekziade/molotov:latest