mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-06 07:11:51 +00:00
![]() For the lxc-* C binaries, introduce a -P|--lxcpath command line option to override the system default. With this, I can lxc-create -t ubuntu -n r1 lxc-create -t ubuntu -n r1 -P /home/ubuntu/lxcbase lxc-start -n r1 -d lxc-start -n r1 -d -P /home/ubuntu/lxcbase lxc-console -n r1 -d -P /home/ubuntu/lxcbase lxc-stop -n r1 all working with the right containers (module cgroup stuff). To do: * lxc monitor needs to be made to handle cgroups. This is another very invasive one. I started doing this as a part of this set, but that gets hairy, so I'm sending this separately. Note that lxc-wait and lxc-monitor don't work without this, and there may be niggles in what I said works above - since start.c is doing lxc_monitor_send_state etc to the shared abstract unix domain socket. * Need to handle the cgroup conflicts. Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com> |
||
---|---|---|
.. | ||
examples | ||
legacy | ||
rootfs | ||
common_options.sgml.in | ||
FAQ.txt | ||
lxc-attach.sgml.in | ||
lxc-cgroup.sgml.in | ||
lxc-checkconfig.sgml.in | ||
lxc-checkpoint.sgml.in | ||
lxc-clone.sgml.in | ||
lxc-console.sgml.in | ||
lxc-create.sgml.in | ||
lxc-destroy.sgml.in | ||
lxc-device.sgml.in | ||
lxc-execute.sgml.in | ||
lxc-freeze.sgml.in | ||
lxc-info.sgml.in | ||
lxc-kill.sgml.in | ||
lxc-ls.sgml.in | ||
lxc-monitor.sgml.in | ||
lxc-netstat.sgml.in | ||
lxc-ps.sgml.in | ||
lxc-restart.sgml.in | ||
lxc-shutdown.sgml.in | ||
lxc-start-ephemeral.sgml.in | ||
lxc-start.sgml.in | ||
lxc-stop.sgml.in | ||
lxc-top.sgml.in | ||
lxc-unfreeze.sgml.in | ||
lxc-unshare.sgml.in | ||
lxc-version.sgml.in | ||
lxc-wait.sgml.in | ||
lxc.conf | ||
lxc.conf.sgml.in | ||
lxc.sgml.in | ||
Makefile.am | ||
see_also.sgml.in |