Encrypted and secure docker containers

前端 未结 7 1171
清酒与你
清酒与你 2020-12-04 19:18

We all know situations when you cannot go open source and freely distribute software - and I am in one of these situations.

I have an app that consists of a number o

7条回答
  •  攒了一身酷
    2020-12-04 19:40

    I have the same issue. I have considered creating a core component of the app being a shared library (.so) and make that piece downloaded into a ramdisk when the container starts.

    Sure, not all your code is protected but you try to make it useless without this one core component that is compiled C++ or C.

    That's just an idea without any actual implementation detail.

提交回复
热议问题