Changes

Jump to navigation Jump to search
219 bytes added ,  19:19, 27 November 2017
Fix the coerall.io link
Line 3: Line 3:  
<big>Welcome to CRIU, a project to implement checkpoint/restore functionality for Linux.
 
<big>Welcome to CRIU, a project to implement checkpoint/restore functionality for Linux.
   −
Checkpoint/Restore In Userspace, or CRIU (pronounced kree-oo, IPA: /krɪʊ/, Russian: криу), is a software tool for Linux operating system. Using this tool, you can freeze a running application (or part of it) and checkpoint it to a hard drive as a collection of files. You can then use the files to restore and run the application from the point it was frozen at. The distinctive feature of the CRIU project is that it is mainly implemented in user space.
+
Checkpoint/Restore In Userspace, or CRIU (pronounced kree-oo, IPA: /krɪʊ/, Russian: криу), is a software tool for the Linux operating system. Using this tool, you can freeze a running application (or part of it) and checkpoint it as a collection of files on disk. You can then use the files to restore the application and run it exactly as it was during the time of the freeze. With this feature, application live migration, snapshots, remote debugging, and [[usage scenarios|many other things]] are possible.
 +
 
 +
CRIU started as a project of [https://virtuozzo.com/ Virtuozzo] and grew with tremendous help from the [[community]]. It is currently used by (integrated into) [https://openvz.org/ OpenVZ], [[LXC]]/LXD, [[Docker]], and [[Integration|other software]], and CRIU packages is included into many [[Packages|Linux distributions]].
 
</big>
 
</big>
 
{{Like}}
 
{{Like}}
 
<br clear="both">
 
<br clear="both">
   −
<div style="float:left; width: 33%">
+
<div class="m_right">
 +
{{News block 2}}
 +
</div>
    +
<div class="m_left">
 
== Using ==
 
== Using ==
   Line 26: Line 31:  
: Collection of real world examples of how to use CRIU. Some are complex, some are not. HOW TO dump a [[simple loop]] might be the best one to start with. Also a set of [[asciinema]] records for real-life examples.
 
: Collection of real world examples of how to use CRIU. Some are complex, some are not. HOW TO dump a [[simple loop]] might be the best one to start with. Also a set of [[asciinema]] records for real-life examples.
   −
;[[When C/R fails]]
+
;[[FAQ]] & [[When C/R fails]]
 
: A sort of troubleshooting guide
 
: A sort of troubleshooting guide
   Line 40: Line 45:  
</div>
 
</div>
   −
<div style="float:left; width: 33%; margin-left: 0.5%;">
+
<div class="m_center">
 
== Developing ==
 
== Developing ==
 
If you're interested in CRIU development, please subscribe to the criu mailing list: https://lists.openvz.org/mailman/listinfo/criu
 
If you're interested in CRIU development, please subscribe to the criu mailing list: https://lists.openvz.org/mailman/listinfo/criu
Line 71: Line 76:  
: What to keep in mind when writing new code
 
: What to keep in mind when writing new code
   −
;[https://coveralls.io/github/xemul/criu Code coverage results]
+
;[https://coveralls.io/github/checkpoint-restore/criu Code coverage results]
 
: Shows how zdtm run covers the criu code paths
 
: Shows how zdtm run covers the criu code paths
   Line 77: Line 82:  
:
 
:
   −
</div>
  −
  −
<div style="float:right; width: 33%">
  −
{{News block 2}}
   
</div>
 
</div>
    
<br clear="both">
 
<br clear="both">
<div style="float:left; width: 33%">
+
<div class="m_left">
== [[:Category:Under the hood|Under the hood]] ==
+
== Under the hood ==
 
* [[Checkpoint/Restore]]
 
* [[Checkpoint/Restore]]
 +
* [[:Category:Under the hood]]
 
* [[:Category:Network]]
 
* [[:Category:Network]]
 
* [[:Category:Files]]
 
* [[:Category:Files]]
Line 96: Line 98:  
</div>
 
</div>
   −
<div style="float:left; width: 33%; margin-left: 0.5%;">
+
<div class="m_center">
 
== External links ==
 
== External links ==
 
{{:Articles}}
 
{{:Articles}}
 
</div>
 
</div>
   −
<div style="float:left; width: 33%; margin-left: 0.5%;">
+
<div class="m_right">
== Audio ==
+
== Misc ==
{{:Podcasts}}
+
* [[Podcasts]] and other audio/video interviews
</div>
  −
 
  −
<div style="float:right; width: 33%;">
  −
== Other ==
   
* Project [[history]]
 
* Project [[history]]
 
* [[Logo]] description
 
* [[Logo]] description
 
* [[Events]]
 
* [[Events]]
* Join the [[CRIU acronym fun]]
+
* [[CRIU acronym fun]]
 
</div>
 
</div>

Navigation menu