Tagged Questions
2
votes
2answers
32 views
Reference documentation for cgroups (control groups) settings
I'm looking for some reference documentation to explain what each of the settings are, for each control group.
For example, there's cpuset.cpus, I think setting this to 0 means use all CPUs, setting ...
1
vote
0answers
31 views
lxc-unfreeze does not resume the guest if the host is rebooted
Does a guest that has been frozen with lxc-freeze survive a reboot of the host?
I.e. after rebooting the host, can the guest be unfrozen with lxc-unfreeze?
2
votes
0answers
176 views
SquashFS image as rootfs in LXC
Is it possible to use a SquashFS filesystem as an LXC rootfs? I can mount an ext3 image as a rootfs just by setting lxc.rootfs to the filename, but if it's any other type of image, lxc-start just says ...
3
votes
2answers
934 views
Fast X for LXC guest on localhost?
How can I run X apps inside an LXC container efficiently?
ssh -Y guest
is too slow - there is no graphics acceleration with ssh -Y - everything has to travel over the virtual network with the ...