Changes

470 bytes added ,  04:07, 18 June 2015
no edit summary
Line 1: Line 1: −
This HOWTO page describes how to checkpoint and restore a Docker container as of March 2015.
+
This HOWTO page describes how to checkpoint and restore a Docker container.
 +
 
 +
Last update: June 17, 2015
    
== Introduction ==
 
== Introduction ==
 +
 +
{{Note| This page was originally written a few months ago.  Since then, interfacing
 +
with CRIU has been added to Docker's native exec driver (libcontainer) and pull requests
 +
to add checkpoint/restore functionality to Docker have been submitted.  Therefore, you
 +
can use one of the following Docker versions for your C/R experiments.
 +
 +
Docker 1.5 [https://github.com/SaiedKazemi/docker/wiki]
 +
Docker 1.7 [https://github.com/boucher/docker/tree/cr-combined]
 +
}}
    
There are two ways to checkpoint and restore a Docker container:
 
There are two ways to checkpoint and restore a Docker container:
Line 180: Line 191:  
</pre>
 
</pre>
   −
== Help Script ==
+
== Helper Script ==
    
As seen in the above examples, the CRIU command line for checkpointing and
 
As seen in the above examples, the CRIU command line for checkpointing and
26

edits