Hi! The repo is compose of a docker compose, one docker file for mq and one for ace.
- Dockercompose creating the network, mq service, ace service.
- MQ Docker file pointing to mq image.
- config.mqsc is a sample of mq sc command to create a channel and two queues.
- ACE docker pointing to ACE v12 for Developer.
- buildDockerinfra.sh will help you to run execute the docker compose.
Run the shell script
sh buildDockerinfra.sh
You should have a result like this
- Successfully tagged dockeribmmiddleware_mq:latest
- Recreating dockeribmmiddleware_ace_1 ... done
- Recreating dockeribmmiddleware_mq_1 ... done
From the host, open your favorite web browser and enter the address (please note that the service listen on any ip so not only on localhost)
From the host, open your favorite web browser and enter the address (please note that the service listen on any ip so not only on localhost and accept the self signed certificate)
The default user/password is admin/adminmehdi