Skip to content

Instantly share code, notes, and snippets.

@binduchinnasamy
Last active June 26, 2018 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binduchinnasamy/d3e92db9304e7121bf3c87bbdfacf4cc to your computer and use it in GitHub Desktop.
Save binduchinnasamy/d3e92db9304e7121bf3c87bbdfacf4cc to your computer and use it in GitHub Desktop.
Docket Command to create local IBM MQ
docker run --env LICENSE=accept --env MQ_QMGR_NAME=QM1 --publish 1414:1414 --publish 9443:9443 --detach --volume qm1data:/mnt/mqm ibmcom/mq
Qm1data - is a local volume
Ibmcom/mq - is the docker image name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment