Open main menu
Home
Random
Log in
Settings
About CRIU
Disclaimers
CRIU
Search
Changes
← Older edit
Newer edit →
LXC
(edit)
Revision as of 00:34, 19 September 2014
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
Tycho Andersen
8
edits