+

Search Tips | Advanced Search

Building a sample IBM MQ queue manager image using Docker

Use this information to build a sample Docker image for running an IBM MQ queue manager in a Docker container.


About this task

Firstly, you build a base image containing an Ubuntu Linux file system and a clean installation of IBM MQ.

Secondly, you build another Docker image layer on top of the base, which adds some IBM MQ configuration to allow basic user ID and password security.

Finally, you run a Docker container using this image as its file system, with the contents of /var/mqm provided by a container-specific Docker volume on the host file system of Docker.