Manage Dockerized images
This section describes how to deploy Dockerized LoadRunner Enterprise images and update the default image.
Deploy Dockerized load generator images
Dockerized load generator images are available in the Docker repository.
You can pull the image from the from the relevant page, accessible from the performance testing page (https://hub.docker.com/u/performancetesting) in the Docker hub, using the commands below.
Environment | Command | |
---|---|---|
Linux |
Two images are available, Linux-Ubuntu and RHEL.
|
|
Windows |
docker pull performancetesting/opentext_onelg_windows:<tag version number> Example: docker pull performancetesting/opentext_onelg_windows:24.3 |
For details on deploying and running a Dockerized host, see the LoadRunner Enterprise Installation Guide (available from Installation).
Deploy LoadRunner Enterprise as a fully containerized environment
Note: This topic is relevant for testing purpose only.
You can perform a fully containerized LoadRunner Enterprise deployment by installing the LoadRunner Enterprise Server, Controller, and load generator images on a Docker machine. In addition, you need to deploy an image for your database (this must be provided by your database administrator).
You can pull the LoadRunner Enterprise Server, Controller, and load generator images from the https://hub.docker.com/r/performancetesting/ page in the Docker hub, using the following commands:
Image | Command |
---|---|
LoadRunner Enterprise Server |
docker pull performancetesting/lreserver:<tag version number> Example: docker pull performancetesting/lreserver:24.3 |
Controller (data processor) |
docker pull performancetesting/host:<tag version number> Example: docker pull performancetesting/host:24.3 Note: You cannot use a Controller image as a load generator due to a port conflict with the load generator image, which results in the load generator ports for the Controller image being closed. |
Load Generator |
See Deploy Dockerized load generator images above. |
For details on setting up a LoadRunner Enterprise fully containerized environment, see Fully containerized environment.
Next steps: