There are the liblxc userspace tools doing that.
http://sourceforge.net/projects/lxc/
There are the lxc-checkpoint and lxc-restart commands to test the Oren's
patches with the external checkpoint Cedric did. These commands are
experimental and under development so a hack may be necessary for
checkpoint/restart.
I didn't tried with Oren's external checkpoint yet, but I think the
commands should work. Actually these commands relies on the freezer, so
the checkpoint command does freeze, checkpoint, unfreeze. (and kill if
specified).
lxc-create -n foo
lxc-start -n foo mypovray
lxc-checkpoint -s -n foo > myckptfile
lxc-restart -n foo < myckptfile
Thanks
-- Daniel
--