mq-container icon indicating copy to clipboard operation
mq-container copied to clipboard

Container images for IBM® MQ

Results 113 mq-container issues
Sort by recently updated
recently updated
newest added

I used to be able to start the container like: `docker run --env LICENSE=accept --env MQ_QMGR_NAME=QM1 --volume qm1data:/mnt/mqm --publish 1414:1414 --publish 9443:9443 --detach --env MQ_APP_PASSWORD=passw0rd --env MQ_ADMIN_PASSWORD=passw0rd --name QM1 ibm-mqadvanced-server-dev:9.3.5.0-arm64`...

Is there any chance the IBM Container Registry to host also arm64 variant ? It will make the life of M1-3 CPU owner much easier ? :-)

## Task I tried to build my own MQ container image and followed the following instructions: [https://github.com/ibm-messaging/mq-container/blob/master/docs/building.md#building-a-production-image](https://github.com/ibm-messaging/mq-container/blob/master/docs/building.md#building-a-production-image) ## Problem Turns out that the documented link is no longer valid or...

I am currently using the icr.io/ibm-messaging/mq:9.3.2.0-r2 version of the IBM MQ docker image as part of a test suite. The container is created and managed via a docker-compose YAML file...

Apologies if this has been asked before, but I can't find anything when I search the issues... Is it possible to build an image that includes one or more specific...

I want to deal message with GBK Encoding

We are trying to integrate the web console with Active Directory but encountering issues. I checked the path /var/mqm/web/installations/Installation1/servers/mqweb/ but there is no change in configuration. We have created below...

I have a certification authority. Its cert is in `cacert.pem`. That CA signed both my server cert and a client cert. Imagine I store a server key in `server.pem` and...