Changes

90 bytes added ,  16:31, 4 November 2022
m
Line 1: Line 1: −
This page describes the CRiu Image Tool. CRIT is a feature-rich replacement for existing "criu show".
+
''This page describes the CRIT Python tool. For the Go library, see [[CRIT (Go library)]]''.
 +
 
 +
CRiu Image Tool is a feature-rich replacement for existing "criu show".
 
It is written completely in Python, so it is quite easy to read the code and extend its features.
 
It is written completely in Python, so it is quite easy to read the code and extend its features.
   Line 478: Line 480:  
=== On-the-fly conversion ===
 
=== On-the-fly conversion ===
   −
There's an idea to make CRIU spawn CRIT and read images "through" it, to allow for at-the-restore-time modifications. For details, see https://github.com/xemul/criu/issues/59.
+
There's an idea to make CRIU spawn CRIT and read images "through" it, to allow for at-the-restore-time modifications. For details, see https://github.com/checkpoint-restore/criu/issues/59.
    
=== Convert between different image versions ===
 
=== Convert between different image versions ===
Line 490: Line 492:  
* the inter-images IDs are in consistent state
 
* the inter-images IDs are in consistent state
   −
For details, see https://github.com/xemul/criu/issues/44.
+
For details, see https://github.com/checkpoint-restore/criu/issues/44.
    
=== [[Anonymize image files]] ===
 
=== [[Anonymize image files]] ===
5

edits