Configuring CICS TG container
You can configure the CICS® Transaction Gateway based on your requirement by modifying the Gateway configuration file ctg.ini. To know more about configuring ctg.ini, see Configuring CICS Transaction Gateway
If you do not have a ctg.ini file, you can get this from the CICS TG container by starting the container with the following command:
docker run -v $PWD:/var/cicscli -e LICENSE=accept --name ctgcontainer ibm-cicstg-container-linux-x86:9.3
This docker run command stores the sample ctg.ini file from the container to your current working directory.
Modify the Gateway configuration file ctg.ini from your current working directory and restart the CICS TG container by using the following command.
docker restart ctgcontainer
Note: You require sufficient permissions on your host box directory to attach a filesystem mount to
the CICS TG container. For attaching the file system mount, see Configuring a CICS Transaction Gateway container