Running tests with containerized agents
When you have a local workbench, instead of installing the agents on different machines and locations, you can deploy the containerized agents to generate the load.
You must have configured the Docker container. See Configuring Docker containers.
Typically, when the agents are installed, you specify the workbench host name and port number to establish the connection with the workbench. But containerized agents are already installed. Therefore, you specify the connection information during the run.
To
uninstall the image, you must stop the container
by running the docker stop "CONTAINER
ID"
command, and then run the
docker rmi -f "image ID"
command
to uninstall the image.