<div dir="ltr">inherit_fd is being used -- this example works fine if I restore to the same container, it&#39;s only breaking now that I&#39;m attempting to restore into a completely different container.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 24, 2015 at 4:50 AM, Pavel Emelyanov <span dir="ltr">&lt;<a href="mailto:xemul@parallels.com" target="_blank">xemul@parallels.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 04/24/2015 12:11 AM, Ross Boucher wrote:<br>
&gt; Another update: I was intrigued by the exit code (which implies SIGPIPE?), since the docker process<br>
&gt; I was running was indeed piping:<br>
&gt;<br>
&gt;     /bin/sh -c &#39;i=0; while true; do echo $i; i=$(expr $i + 1); sleep 3; done&#39;<br>
&gt;<br>
&gt; I tried the same process of checkpointing in one container and restoring to another by writing to a file instead:<br>
&gt;<br>
&gt;     /bin/sh -c &#39;i=0; while true; do echo $i &gt; /tmp/foo; i=$(expr $i + 1); sleep 3; done&#39;<br>
&gt;<br>
&gt; And this worked correctly! So I&#39;ve narrowed it done some more, and I&#39;ll continue to look into it.<br>
<br>
</span>If these are pipes indeed (docker terminals?) then the --inherit-fd option should be used.<br>
Saied (from Google) did some work doing this for docker+criu, he can shed more light, but<br>
he&#39;s on vacation right now :)<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Pavel<br>
<br>
</font></span></blockquote></div><br></div>