I have been asked to containerize a COTS product. I found that there's no deployment/configuration steps/procedures for this app. This uses rhel6 and previous application team originally copied the app into EBS volume when they first moved to AWS from on premise. After that, they keep taking snapshot of this volume and attach to a new instance whenever there's a new ami available w/ security patches.
So, essentially I don't know how to create a Dockerfile for this since I have only running app, but no one knows how it was created.
Any thoughts on how to Dockerize this application?