Configuring Docker containers
You can now deploy and configure the Docker containers on any computer and quickly get started with testing. You can push the product images to the Docker container to automate the playing back of tests.
Procedure
- Download and install Docker-CE. For more information, see the following links:
-
To verify whether your Docker installation was successful, open PowerShell or a
terminal of your choice and run:
$ docker run hello-world
-
Download the container image for the agents from the same location you
downloaded the product bits and extract the compressed files.
Important: The version of the workbench and agents must match.
-
Load the agent image into the Docker repository:
$ docker load -i "imageFileName.tar.gz"
When the image is loaded, the following message is displayed - Loaded image: imageFileName:versionNumber