Changes between Version 17 and Version 18 of TipAndDoc/Linux/LXC
- Timestamp:
- Dec 27, 2012 8:03:07 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/Linux/LXC
v17 v18 19 19 * github:vajtsz/munin-plugins 20 20 > Plugin to monitor LXC 21 22 * ホスト側のvethデバイス名を指定する 23 * [http://osdir.com/ml/lxc-chroot-linux-containers/2011-06/msg00058.html lxc-chroot-linux-containers - Re: (Lxc-users) veth name - msg#00058 - Recent Discussion OSDir.com] 24 * man 5 lxc.conf 25 > By default lxc choose a name for the network device belonging to the outside of the container, this name is handled by lxc, but if you wish to handle this name yourself, you can tell lxc to set a specific name with the {{{lxc.network.veth.pair}}} option. 21 26 22 27 * mitty@precise:~$ lxc-create -t ubuntu -h … … 58 63 59 64 = Ubuntu 12.04 = 65 * http://manpages.ubuntu.com/manpages/precise/man5/lxc.conf.5.html 66 60 67 * mitty@precise:~$ sudo aptitude install lxc 61 68 {{{