Changes

Jump to navigation Jump to search
No change in size ,  15:11, 28 March 2017
Undo revision 4134 by Xemul (talk)
Line 26: Line 26:  
== Docker ==
 
== Docker ==
   −
* <b>Q</b>: Cannot restore from images onto freshly created container (E.g. [https://github.com/xemul/criu/issues/293 this] gihub issue)
+
* <b>Q</b>: Cannot restore from images onto freshly created container (E.g. [https://github.com/xemul/criu/issues/289 this] gihub issue)
 
* <b>A</b>: CRIU doesn't checkpoint filesystem, so once you've checkpointed the container, the images contain path to files, that sit in the ''modified'' root tree. So you cannot restore from images on ''another'' root tree, you need to get the same tree back. You need to say <code>docker commit</code> after the checkpoint and restore only on this particular image.
 
* <b>A</b>: CRIU doesn't checkpoint filesystem, so once you've checkpointed the container, the images contain path to files, that sit in the ''modified'' root tree. So you cannot restore from images on ''another'' root tree, you need to get the same tree back. You need to say <code>docker commit</code> after the checkpoint and restore only on this particular image.
    
[[Category: HOWTO]]
 
[[Category: HOWTO]]
 
[[Category: Under the hood]]
 
[[Category: Under the hood]]

Navigation menu