Configure IBM MQ Internet Pass-Thru using containers
We can run IBM MQ Internet Pass-Thru (MQIPT) in a container. The base image used by the container image must use a Linux operating system that is supported.
Procedure
A sample MQIPT Docker image is available in the mq-container GitHub repository. To build and run the container, follow the instructions in IBM MQ Internet Pass-Thru on Docker.
What to do next
We can view running containers using the docker ps command. To view the console output of MQIPT running in a Docker container, use the docker logs ${CONTAINER_ID} command.
Parent topic: Configure IBM MQ Internet Pass-Thru