Reputation: 1
I am using Linux and trying to simulate a ibm mq server by myself via podman, however i got issue in podman run. I have added the docker.io to localhost in /etc/hosts. however i still got this issue, does someone know what i am missing here? Thank you in advance.
Calling podman run to start the server in container [ibm_mqserver] public port is [51672] ... Trying to pull docker.io/ibmcom/mq:latest... Error: initializing source docker://ibmcom/mq:latest: pinging container registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:62268->[::1]:53: read: connection refused
below is the error screenshot Podman Run Error screenshot
Upvotes: 0
Views: 984
Reputation: 4737
As of writing the location for the latest MQ image is icr.io/ibm-messaging/mq:latest
Upvotes: 0