Instead of reading through the system requirements list and installing the products, you
can now deploy the Docker containers on any computer and get started with testing. To
automate playing back tests, you can push the product images to the Docker
container.
You must have downloaded and installed Docker-CE. For more
information, refer to the following Docker documentations:
-
Open PowerShell or a terminal of your choice and run the following command to
verify whether your Docker installation was successful:
-
Download the container image for the agents from the same location that you
downloaded the product bits and extract the compressed files.
Important: The version of the product and agents must match.
-
Run the following command to load the agent image into the Docker
repository:
tar --wildcards --to-command='docker load' -xzf imageFileName.tar.gz 'images/*'
For example, to load the 11.0.5 Docker image, you can use the following
command:
tar --wildcards --to-command='docker load' -xzf ibm-devops-test-workbench-11.0.5.tar.gz 'images/*'
When the image is loaded, the following message is
displayed:
Loaded image:
imageFileName:versionNumber