Loading CICS TG container

Follow these steps to deploy the CICS® Transaction Gateway container.

The IBM® CICS TG container available in tar.gz format is loaded through docker load command.

docker load -i ibm-cicstg-container-linux-x86.tar.gz
Note: For Linux on IBM z Systems, the CICS TG container image is ibm-cicstg-container-linux-s390x.tar.gz

Upon successful completion of docker load, use the docker images command to view the image.

docker images
Output of the docker images command
Troubleshooting error:

Payload does not match any of the supported image formats (oci, oci-archive, dir, docker-archive) during loading the image.

Make sure /var disk size should be more than the image size.