I have deployed and hosted my .net application in Docker Container. Now I wanted to apply obfuscation over my code using smart assembly to secure my code. So, just wanted to know is there any way how we can achieve code obfuscation in docker using Smart assembly?
Thanks in advance.