update vms and static image galleries
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
deca7d49f5
commit
d769d62f03
2 changed files with 13 additions and 35 deletions
|
@ -1,4 +1,4 @@
|
||||||
[[!meta title="Linux Virtual Machines (overview)"]]
|
[[!meta title="Linux Virtual Machine overview"]]
|
||||||
|
|
||||||
This document is ***WORK IN PROGRESS***
|
This document is ***WORK IN PROGRESS***
|
||||||
|
|
||||||
|
@ -16,19 +16,28 @@ to operate, whereas others work with any Linux kernel.
|
||||||
Though some of them again need some configurations
|
Though some of them again need some configurations
|
||||||
to be turned on in the stock kernel.
|
to be turned on in the stock kernel.
|
||||||
|
|
||||||
## Comparision table
|
## Hypervisors
|
||||||
|
|
||||||
[[!table data="""
|
[[!table data="""
|
||||||
Name | Host Kernel
|
Name | Host Kernel
|
||||||
[QEMU](http://wiki.qemu.org/) | Original
|
[QEMU](http://wiki.qemu.org/) | Original
|
||||||
[KVM](http://www.linux-kvm.org/) | Original w/KVM
|
[KVM](http://www.linux-kvm.org/) | Original w/KVM
|
||||||
[Linux Containers](http://lxc.sourceforge.net/) | Original w/Containers
|
[Linux Containers](http://lxc.sourceforge.net/) | Original w/Containers
|
||||||
|
[Linux VServer](http://linux-vserver.org) | Own
|
||||||
[User Mode Linux](http://user-mode-linux.sourceforge.net/) | Original
|
[User Mode Linux](http://user-mode-linux.sourceforge.net/) | Original
|
||||||
[VMWare](http://www.vmware.com/) | Own
|
[OpenVZ](http://wiki.openvz.org/Main_Page) | Own
|
||||||
|
[Virtualbox](http://www.virtualbox.org/) | Original+Modules
|
||||||
|
[VMWare](http://www.vmware.com/) | Original+Modules / Own
|
||||||
[Xen](http://www.xen.org/) | Own
|
[Xen](http://www.xen.org/) | Own
|
||||||
"""]]
|
"""]]
|
||||||
|
|
||||||
|
## Libraries / Frameworks
|
||||||
|
|
||||||
|
[[!table data="""
|
||||||
|
Name | Hints
|
||||||
|
Ganetti |
|
||||||
|
Libvirt |
|
||||||
|
"""]]
|
||||||
|
|
||||||
## Raw import of notes
|
## Raw import of notes
|
||||||
|
|
||||||
|
@ -50,11 +59,6 @@ status
|
||||||
------
|
------
|
||||||
eth: ip addresses / mac / dhcp
|
eth: ip addresses / mac / dhcp
|
||||||
|
|
||||||
VMWare
|
|
||||||
------
|
|
||||||
|
|
||||||
Commercial solution, modified Linux.
|
|
||||||
|
|
||||||
### lxc
|
### lxc
|
||||||
Not completly isolated. Linux only. Many changes to the guest os.
|
Not completly isolated. Linux only. Many changes to the guest os.
|
||||||
Some scripts existent (lxc-debian, lxc-fedora). The latter does
|
Some scripts existent (lxc-debian, lxc-fedora). The latter does
|
||||||
|
@ -77,38 +81,12 @@ First installation - than virtualisation!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
openvz
|
|
||||||
------
|
|
||||||
templates
|
|
||||||
/vz/template/osname/osversion/vz-addons/
|
|
||||||
|
|
||||||
http://wiki.openvz.org/Introduction_to_virtualization
|
|
||||||
|
|
||||||
vserver
|
|
||||||
-------
|
|
||||||
http://linux-vserver.org/
|
|
||||||
|
|
||||||
virtualbox
|
|
||||||
----------
|
|
||||||
|
|
||||||
xen
|
|
||||||
---
|
|
||||||
different host kernel
|
|
||||||
|
|
||||||
kvm
|
kvm
|
||||||
---
|
---
|
||||||
mac address,
|
mac address,
|
||||||
ip address => dhcp???
|
ip address => dhcp???
|
||||||
|
|
||||||
|
|
||||||
user-mode-linux
|
|
||||||
---------------
|
|
||||||
|
|
||||||
|
|
||||||
libvirt
|
|
||||||
-------
|
|
||||||
broken many many times.
|
|
||||||
|
|
||||||
Bootstrapping
|
Bootstrapping
|
||||||
-------------
|
-------------
|
||||||
how tos
|
how tos
|
||||||
|
|
|
@ -52,7 +52,7 @@ Other | Stuff not categorised / special about this tool
|
||||||
# create directory listing
|
# create directory listing
|
||||||
cgg-dirgen > index.xml
|
cgg-dirgen > index.xml
|
||||||
cd ..
|
cd ..
|
||||||
mkdir cgg-output
|
# cgg automatically creates the destination directory
|
||||||
cgg -s cgg-input -o cgg-output/
|
cgg -s cgg-input -o cgg-output/
|
||||||
|
|
||||||
## [gthumb](http://live.gnome.org/gthumb) (2.10.12)
|
## [gthumb](http://live.gnome.org/gthumb) (2.10.12)
|
||||||
|
|
Loading…
Reference in a new issue