[PLDWWW] page changed: docs:lxc

"Elan Ruusamäe (glen)" glen at pld-linux.org
Tue Nov 19 15:43:08 CET 2013


[Vserver comparision] 

--- https://www.pld-linux.org/docs/lxc?rev=1384819198
+++ https://www.pld-linux.org/docs/lxc
@@ -62,14 +62,18 @@
  !!! WARNING: pld template for LXC is yet to be written !!! 
  
  ===== Vserver comparision =====
  
+ When in Vserver, guest processes are not visible in host, then in LXC all guest processes are visible. Beware when running ''killall(1)'' commands on host.
+ 
+ Also, unfortunately ''/proc/PID/root'' points to ''/'' for LXC guests as well, so ''rc-scripts'' ''filter_chroot()'' can't differentiate between host and guest processes.
+ 
+ **Commands:**
  ^ Vserver ^ LXC ^ Notes ^
- | vserver test enter | lxc-attach -n test -e | Use ''-e'' option with care, especially when restarting processess |
+ | vserver test enter | lxc-attach -n test -e | Use ''-e'' option with care, especially when restarting processes |
  | vserver test start | lxc-start -n test -d |
  | vserver test stop | lxc-stop -n test |
  | vserver-stat | %%lxc-ls --fancy --running%% | you need ''python3-lxc'' installed for this tool |
- 
  ===== Sample configs =====
  
  ==== config for network ====
  


Diff URL:
  https://www.pld-linux.org/docs/lxc?do=diff&r1=1384819198&r2=1384872187
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/


More information about the pld-cvs-commit mailing list