New repo: https://hub.docker.com/repository/docker/performancetesting/microfocus_onelg_linux_ubuntu
1M+
The images in the repository includes Load Generator (LG) component for Micro Focus LoadRunner Cloud and all its prerequisites. The image, using Ubuntu 18.04 as its base image, helps you deploy a LG machine on Linux distributions.
New repository: https://hub.docker.com/r/performancetesting/loadrunnercloud_load_generator
docker run -d \
-e "STORM_TENANT=<your tenant id>" \
-e "STORM_USERNAME=<your user name>" \
-e "STORM_PASSWORD=<your password>" \
--net=host performancetesting/stormrunner_load_generator
(run the container in background/detached mode)
docker run -t -i \
-e "STORM_TENANT=<your tenant id>" \
-e "STORM_USERNAME=<your user name>" \
-e "STORM_PASSWORD=<your password>" \
--net=host performancetesting/stormrunner_load_generator
(run the container in the foreground)
docker run -d \
-e "STORM_TENANT=<your tenant id>" \
-e "STORM_USERNAME=<your user name>" \
-e "STORM_PASSWORD=<your password>" \
-e "http_proxy=<your proxy url e.g. http://proxy.com>" \
-e "https_proxy=<your proxy url e.g. http://proxy.com>" \
--net=host performancetesting/stormrunner_load_generator
Environment variables can also be passed via the "--env-file" command line parameter.
latest:
The full version supports the following script protocols
latest_lite:
The lite version supports the following script protocols:
Please refer to Micro Focus LoadRunner Cloud Help Center: Deploy a Docker container for Linux to get more information.
Content type
Image
Digest
Size
818.7 MB
Last updated
over 5 years ago
docker pull performancetesting/stormrunner_load_generator