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.
You must have downloaded and installed Docker. For more
information, refer to the following Docker documentation:
-
Open PowerShell or a terminal of your choice to run the commands.
-
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.0 Docker image, you can use the following
command:
tar --wildcards --to-command='docker load' -xzf ibm-devops-test-workbench-11.0.0.tar.gz 'images/*'
When the image is loaded, the following message is displayed:
Loaded image:
imageFileName:versionNumber