| 1 | = 2014-01-11 = |
| 2 | |
| 3 | == LXC == |
| 4 | |
| 5 | * <參考> [http://ofirm.wordpress.com/2014/01/05/creating-a-virtualized-fully-distributed-hadoop-cluster-using-linux-containers/ Creating a virtualized fully-distributed Hadoop cluster using Linux Containers] |
| 6 | * 測試環境:Debian Wheezy 7.1 netinstall ISO with [http://github.com/jazzwang/preseed preseed] |
| 7 | {{{ |
| 8 | jazz@debian:~$ lsb_release -a |
| 9 | No LSB modules are available. |
| 10 | Distributor ID: Debian |
| 11 | Description: Debian GNU/Linux 7.3 (wheezy) |
| 12 | Release: 7.3 |
| 13 | Codename: wheezy |
| 14 | }}} |
| 15 | * 安裝 LXC |
| 16 | {{{ |
| 17 | jazz@debian:~$ sudo apt-get install lxc |
| 18 | }}} |