sudo yum update -y sudo yum install docker -y
sudo service docker start
sudo docker run hello-world
sudo docker run --env LICENSE=view ibmcom/mq:9You will be accepting the license in the next step.
sudo docker run --env LICENSE=accept --env MQ_QMGR_NAME=QM1 --volume /var/example:/mnt/mqm --publish 1414:1414 --publish 9443:9443 --detach ibmcom/mq:9