Downloading the Containerized image
You can download the IBM® Sterling Control Center Monitor containerized image from Fix Central.
To download the IBM Sterling Control Center
Monitor
containerized image, complete the following steps:
- Log on to the Fix Central web site by using necessary credentials.
- Select the item to download that is:
ibmscc_6.2.tar
- Extract the downloaded file:
ibmscc_6.2.tar
- Load the Docker image to registry with following
command.
docker load -i ibmscc_6.2.tar docker tag <image-name>:<tag> <repository-url>/<image-name>:<tag> docker push <repository-url>/<image-name>:<tag>
Example: Suppose your registry is running on server 111.22.333.444 at port 5000, then following commands will be executed:docker tag ibmscc:62 111.22.333.444:5000/ibmscc:62 docker push 111.22.333.444:5000/ibmscc:62
- Invoke the Docker images command to verify if the image is loaded successfully.