Manage Dockerized images
This section describes how to deploy Dockerized LoadRunner Enterprise images and update the default image.
In this topic:
- Deploy Dockerized load generator images
- Deploy LoadRunner Enterprise as a fully containerized environment
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:22.02 |
For details on deploying and running a Dockerized host, see the LoadRunner Enterprise Installation Guide.
Deploy LoadRunner Enterprise as a fully containerized environment
Note: This feature is provided as tech preview.
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:22.02 |
Controller (data processor) |
docker pull performancetesting/host:<tag version number> Example: docker pull performancetesting/host:22.02 Note: You cannot utilize a Controller image as a load generator because there will be a ports conflict with the load generator image, and the load generator ports for the Controller image will be closed. |
Load Generator |
See Deploy Dockerized load generator images above. |
For details on setting up a LoadRunner Enterprise fully containerized environment, see Set up a fully containerized environment.
Next steps: