froghui/unicorn
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Unicorn is a mini linux container based on linux namespace and cgroup. Unicorn can ONLY support Ubuntu now How to try: 1. modify bridge.sh to use your NIC and IP properly. 2. make init. Note this will continue for a while, because it will do the following things: a)install debootstrap and make a rootfs_base from ubuntu site b)install bridge-utils and setup br0 c)setup cgroup 3. make all. 4. sudo ./unicorn --ip 192.168.3.102 --gateway 192.168.3.1 --mask 255.255.255.0