Changes

Jump to navigation Jump to search
109 bytes removed ,  00:34, 19 September 2014
m
Remove unneeded namespace args, these are autodetected.
Line 77: Line 77:  
criu dump  
 
criu dump  
 
     --tcp-established                # allow for TCP connections dump
 
     --tcp-established                # allow for TCP connections dump
    -n net -n mnt -n ipc -n pid      # dump all the namespaces container uses
   
     --action-script "net-script.sh"  # use net-script.sh to lock/unlock networking
 
     --action-script "net-script.sh"  # use net-script.sh to lock/unlock networking
 
     -D dump/ -o dump.log            # set images dir to dump/ and put logs into dump.log file
 
     -D dump/ -o dump.log            # set images dir to dump/ and put logs into dump.log file
Line 86: Line 85:  
criu restore
 
criu restore
 
   --tcp-established
 
   --tcp-established
  -n net -n mnt -n ipc -n pid
   
   --action-script "net-script.sh"
 
   --action-script "net-script.sh"
 
   --veth-pair eth0=${veth-name}    # when restoring a veth link use ${veth-name} for host-side device end
 
   --veth-pair eth0=${veth-name}    # when restoring a veth link use ${veth-name} for host-side device end

Navigation menu