Last active
June 7, 2017 08:49
-
-
Save garethahealy/14216e7ea413e1a1c35d8d073acb1484 to your computer and use it in GitHub Desktop.
deploy IBM MQ into OCP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| oc new-app --docker-image=ibmcom/mq --env=LICENSE=accept --env=MQ_QMGR_NAME=QM1 | |
| oc create -f https://gist.githubusercontent.com/garethahealy/2b656098b8f0dfe0d56cd9ab69a6e055/raw/eead5418ee0c874297c6c39b30f0cc09c3fa524c/mq-webconsole-route.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment