I have a software written in python and dockerized as a container.
I want to install my software on-premise, so you know my code will be on their computer, I want to secure my code so no one could access my source code.
My question is, Is there any way I could encrypt/secure my docker container or my python code within in order to give someone the access to run it without accessing my source code?