I need to deploy a Rails application to client's on-premises server and I want to prevent the viewing and modification of source code.
Client has physical and root access to the server.
How can I create a encrypted linux container(VM) that nobody(even root) has access to and requires a username/password to access files.
Any suggestions?