So, after sunsetting that rails app, what I would love to do is preserve the app together with the data and all dependencies in some form.
To make this somewhat future proof, I thought about building a docker container and save that as a single file.
But maybe a disk image that could boot a VM is better if we think about long term archival?
Any ideas on that anyone?