I was wondering if there are any generic procedures to secure content of docker containers to extracting sensible source code.
At the moment, I secure my Python application naively by encrypting and decrypting sources based on a licenses.
Is there any solution that is independent from the content of the docker container? Like adding a license registry to docker?
I was thinking about a procedure that checks a license server in the beginning of the startup.