What is the most secure way to transfer untrusted data between containers?

Let’s suppose we have two containers running on a linux box and one has untrusted user data that the other needs to process. What is the most secure way to transfer this data? Is it better to write the data to a shared volume, or send it o… Continue reading What is the most secure way to transfer untrusted data between containers?