I have source code in docker images which I have to protect from the copy.
I have set up a password in the image but when I run command
docker exec -it container-name /bin/bash then it login without password.
How to set any protect so when anyone run above command then it will ask password for that so I can protect my source from the copy.