Hi, <div><br></div><div>I had an architectural question on containers. I wanted to use containers to run multiple instances of the same application with different resource allocation (CPU, memory). The problem is that I have user/kernel space drivers that access network processors and I might not be able to run multiple instances in this case. These processes need to serve requests from applications running in different containers. So I need these processes to run in a container that can communicate with other containers. But since this process will serve requests from other containers it should be able to honor the CPU resource isolation that containers provide. </div>

<div><br></div><div>To do this I could embed an id in the IPC that maps to the container but I still need the serving process to be able to 'switch' in to a different container membership based on which container I received the request from. Is that something that can be done today or is there another way to do this. </div>

<div><br></div><div>Thanks,</div><div>Vinay</div>