I want to run jpos (isoserver) within a docker container. So far I have found this image in Docker hub. I didn't able to found any details documentation about this image. Only few lines are available in readme.
I have found few Docker files and build was successful.But when I try to run , it takes me to a bash prompt.I have run this command
docker run -t -i jpos/ubuntu_trusty_jdk8 /bin/bash
No q2 server is running. No Logs are available in docker container when i try to run this command.
sudo docker logs 7c2661e82141
Can I use existing docker image for my requirements? If yes ,where are the details documentation for how to run, modify existing docker image?
Can anybody help?