0

We are working on an algorithm which we want to keep confidential, but we need to deploy it on some Linux devices administered by 3rd parties. We need a solution to distribute it as a "black box". Is delivering the algorithm in a Docker image a reliable way to protect it?

1 Answer 1

1

No. Docker images are just fancy disk images. They offer no protection whatsoever.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .