Hello,
I run containers on an Incus host that is accessible by other users or the cloud provider.
Inside the container, I have proprietary code and deployment scripts that I want to protect.
Is there a way to:
-
Prevent or restrict access to the container via incus exec
-
Require a password or secret before accessing the container’s files
-
Protect the code even if someone has root access to the host
What is the recommended secure approach for this in Incus?
Thank you.