Hi Robert,<br><br>I also had similar problem but what I did as solution to this problem is, I wrote simple c program and used a fork to create a new process and then exec that process and used kill to stop that process and collected all the pid of the process and used that pid to start the process again.<br>
<br>But the slight problem in this method is the sleep time is required i.e 5 to 6 sec after creating first container but solution to this problem is use setsid to create new session rather than using the kill method used before.<br>
<br><br>These are two solution you can try.<br><br><br>Thanks & Regards,<br>Nishant Mungse<br>