<div dir="ltr">Thank you very much for taking time to reply. <div><br></div><div>I changed my set up and got <a href="https://github.com/docker/docker/blob/master/experimental/checkpoint-restore.md">https://github.com/docker/docker/blob/master/experimental/checkpoint-restore.md</a>  working for single host. Now I am moving towards migrating it.  I would be more than happy to join the work.  </div><div><br></div><div>I saw that earlier in DevConf.cz earlier this year , there was a demo of live migration of a game xonotic. I am trying to find if there is any documentation on how was it accomplished.  If any one could give some pointers, it will be really helpful.</div><div><br></div><div><br></div><div>Regards</div><div>Bhakti </div>







</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 28, 2017 at 8:21 AM, Pavel Emelyanov <span dir="ltr">&lt;<a href="mailto:xemul@virtuozzo.com" target="_blank">xemul@virtuozzo.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 02/28/2017 10:38 AM, Bhakti Bohara wrote:<br>
&gt; Hello All<br>
&gt;<br>
&gt; I am attempting to live migrate the docker containers using the below tutorial<br>
&gt;<br>
&gt; <a href="https://github.com/xemul/p.haul/blob/master/test/docker/HOWTO" rel="noreferrer" target="_blank">https://github.com/xemul/p.<wbr>haul/blob/master/test/docker/<wbr>HOWTO</a><br>
&gt;<br>
&gt; I am getting the below error when I run<br>
&gt;<br>
&gt; ubuntu@ubuntu-VM:~/Downloads/<wbr>p.haul$ ./p.haul-service<br>
&gt; Traceback (most recent call last):<br>
&gt;   File &quot;./p.haul-service&quot;, line 6, in &lt;module&gt;<br>
&gt;     import phaul.args_parser<br>
&gt;   File &quot;/home/ubuntu/Downloads/p.<wbr>haul/phaul/args_parser.py&quot;, line 8, in &lt;module&gt;<br>
&gt;     import criu_api<br>
&gt;   File &quot;/home/ubuntu/Downloads/p.<wbr>haul/phaul/criu_api.py&quot;, line 15, in &lt;module&gt;<br>
&gt;     import criu_req<br>
&gt;   File &quot;/home/ubuntu/Downloads/p.<wbr>haul/phaul/criu_req.py&quot;, line 5, in &lt;module&gt;<br>
&gt;     import pycriu.rpc_pb2<br>
&gt; ImportError: No module named rpc_pb2<br>
<br>
</span>This particular error means, that the criu&#39;s images/rpc.proto file compiled<br>
for python is not found.<br>
<span class=""><br>
&gt;<br>
&gt; I have installed following packages .<br>
&gt;<br>
&gt; CRIU  - gcc , protobuf , protobuf-c , protobuf-c-devel<br>
&gt; p.haul - python , python-rpyc , protobuf-python<br>
&gt;<br>
&gt;<br>
&gt; Has any one seen the similar error?<br>
<br>
</span>Ouch :( Bhakti, this Docker extension was not supposed to be supported and<br>
yes, can be broken at the moment. The up-to-date sate of live migration in<br>
Docker is -- it&#39;s not there, but the plan is to start writing it with the<br>
help of <a href="https://lists.openvz.org/pipermail/criu/2017-February/035718.html" rel="noreferrer" target="_blank">https://lists.openvz.org/<wbr>pipermail/criu/2017-February/<wbr>035718.html</a>, so<br>
you&#39;re welcome to join.<br>
<div class="HOEnZb"><div class="h5"><br>
&gt; Also is there any other way of migrating docker containers as the article is from 2015 and since then there have been alot of updates.<br>
&gt;<br>
&gt; Thank you for your time.<br>
&gt;<br>
&gt;<br>
&gt; Regards<br>
&gt; Bhakti<br>
<br>
</div></div></blockquote></div><br></div>