we have a 'legacy' Java application deployed on the JOnAS (old java EE Application Server :Web Site ), and we want to dockerize this application.
I have searched a lot, but I have not found any Docker image for JOnAS server. Therefore, I would be forced to build an image from scratch. Could you please help me on this topic? Thank you.
Note: I specify that the application uses Java 7.