You can also use Dockerfile attached to run the Test Plan you wish:
Dockerfile
242B
Binary
To build it use this command : docker build -t loadmill-runner .
To run it use this command: docker run -it --env TP_ID=3085de2f-bc42-4727-9c4b-ab649ca4a285 --env TOKEN=<api token> --env BUILD_NUMBER=<the build number> loadmill-runner
In case you like short cuts, you can go ahead and use the npm package docker wrapper instead :)